Color Hex Logo

#c6653d Color Hex

#C6653D
(198,101,61)
0 Favorites   0 Comments

Color spaces of #c6653d

RGB 19810161
HSL0.050.550.51
HSV18°69°78°
CMYK 0.000.490.69   0.22
XYZ28.784721.65007.0766
Yxy21.65000.50050.3764
Hunter Lab46.529628.999223.5534
CIE-Lab53.653735.540739.6810

#c6653d color RGB value is (198,101,61).

#c6653d hex color red value is 198, green value is 101 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #c6653d hue: 0.05 , saturation: 0.55 and the lightness value of c6653d is 0.51.

The process color (four color CMYK) of #c6653d color hex is 0.00, 0.49, 0.69, 0.22. Web safe color of #c6653d is #cc6633. Color #c6653d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100101 00111101
Octal 306 145 75
Decimal 198 101 61
Hex C6 65 3D

RGB Percentages of Color #c6653d

%55.00
%28.06
%16.94

CMYK Percentages of Color #c6653d

%0
%49
%69
%22

Triadic Colors of #c6653d

#c6653d #3dc665 #653dc6

Analogous Colors of #c6653d

#c6653d #c6aa3d #c63d59

Monochromatic Colors of #c6653d

#c6653d

Complementary Color

#c6653d #3d9ec6

#c6653d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6653d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6653d Color CSS Codes

.mybgcolor {background-color:#c6653d; } 
.myforecolor {color:#c6653d; }
.mybordercolor {border:3px solid #c6653d; }

#c6653d Text Font Color

<p style="color:#c6653d">Text here</p>

This sample text font color is #c6653d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c6653d Background Color

<div style="background-color:#c6653d">
Div content here</div>

This div background color is #c6653d


#c6653d Border Color

<div style="border:3px solid #c6653d">
Div here</div>

This div border color is #c6653d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,101,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c6653d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c6653d;
  -webkit-box-shadow: 1px 1px 3px 2px #c6653d;
  box-shadow:         1px 1px 3px 2px #c6653d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,101,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c6653d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c6653d;
  -webkit-box-shadow: 1px 1px 3px 2px #c6653d;
  box-shadow:         1px 1px 3px 2px #c6653d;">
Div content here</div>

This div box has shadow with color #c6653d


Comments

No comments written yet.

Please login to write comment.