Html Css Color HEX #CC6B1E Chocolate

📋 copy color: '#CC6B1E'

red 204 ◦ green 107 ◦ blue 30

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

Shades of Chocolate #CC6B1E

Tints of Chocolate #CC6B1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.8%

R = 59.82%
G = 31.38%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC6B1E (or 0xCC6B1E) is known color: Chocolate. HEX triplet: CC, 6B and 1E. RGB value is (204,107,30). Sum of RGB (Red+Green+Blue) = 204+107+30=341 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.82% from 341); Green value is 107 (42.19% from 255 or 31.38% from 341); Blue value is 30 (12.11% from 255 or 8.80% from 341); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6B1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6B1E is #3394E1. Grayscale: #7F7F7F. Windows color (decimal): -3380450 or 1993676. OLE color: 1993676.

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

Color convert

RGB 204 107 30 -
CMYK 0 0.48 0.85 0.2
HSL 26.55º 0.74% 0.46% -
HSV(B) 26.55º 0.85% 0.8% -
XYZ 30.39 23.45 4.15 -
YUV 127.23 73.14 182.76 -
System Red Green Blue C M Y K H S L
Decimal 204 107 30 0 0.48 0.85 0.2 26.55 0.74 0.46
Hex CC 6B 1E 0 30 55 14 1B 4A 2E
Octal 314 153 36 0 60 125 24 33 112 56
Binary 11001100 1101011 11110 0 110000 1010101 10100 11011 1001010 101110

Color Harmonies of #CC6B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6B1E

Black with #CC6B1E

Text Example


Text Example

White with #CC6B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6B1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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