Html Css Color HEX #CC6B19 Chocolate

📋 copy color: '#CC6B19'

red 204 ◦ green 107 ◦ blue 25

#CC6B19
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chocolate #CC6B19

Tints of Chocolate #CC6B19

RGB

 RED value IS 204 (80.08% from 255) = 60.71%

 GREEN value IS 107 (42.19% from 255) = 31.85%

 BLUE value IS 25 (10.16% from 255) = 7.44%

R = 60.71%
G = 31.85%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CC6B19 (or 0xCC6B19) is known color: Chocolate. HEX triplet: CC, 6B and 19. RGB value is (204,107,25). Sum of RGB (Red+Green+Blue) = 204+107+25=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 25 (10.16% from 255 or 7.44% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6B19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6B19 is #3394E6. Grayscale: #7F7F7F. Windows color (decimal): -3380455 or 1665996. OLE color: 1665996.

HSL color Cylindrical-coordinate representation of color #CC6B19: hue angle of 27.49º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC6B19 is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 107 25 -
CMYK 0 0.48 0.88 0.2
HSL 27.49º 0.78% 0.45% -
HSV(B) 27.49º 0.88% 0.8% -
XYZ 30.34 23.42 3.84 -
YUV 126.66 70.64 183.17 -
System Red Green Blue C M Y K H S L
Decimal 204 107 25 0 0.48 0.88 0.2 27.49 0.78 0.45
Hex CC 6B 19 0 30 58 14 1B 4E 2D
Octal 314 153 31 0 60 130 24 33 116 55
Binary 11001100 1101011 11001 0 110000 1011000 10100 11011 1001110 101101

Color Harmonies of #CC6B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6B19

Black with #CC6B19

Text Example


Text Example

White with #CC6B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6B19; }

 p { color: rgb(204,107,25); }

 H1.HeaderClassName
 {
   color: #CC6B19;
 }
 .AnyTagClassName
 {
   color: #CC6B19;
 }
</style>

background-color css

<style>
 a { background-color: #CC6B19; }

 a { background-color: rgb(204,107,25); }

 div.DivClassName
 {
   background-color: #CC6B19;
 }
 .BgClassName
 {
   background-color: #CC6B19;
 }
</style>

border-color css

<style>
 span { border-color: #CC6B19; }

 span { border-color: rgb(204,107,25); }

 td.TdClassName
 {
   border-color: #CC6B19;
 }
 .TagClassName
 {
   border-color: #CC6B19;
 }
</style>