Html Css Color HEX #CC6F0E Chocolate

📋 copy color: '#CC6F0E'

red 204 ◦ green 111 ◦ blue 14

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

Shades of Chocolate #CC6F0E

Tints of Chocolate #CC6F0E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.74%

 BLUE value IS 14 (5.86% from 255) = 4.26%

R = 62.01%
G = 33.74%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CC6F0E (or 0xCC6F0E) is known color: Chocolate. HEX triplet: CC, 6F and 0E. RGB value is (204,111,14). Sum of RGB (Red+Green+Blue) = 204+111+14=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 111 (43.75% from 255 or 33.74% from 329); Blue value is 14 (5.86% from 255 or 4.26% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6F0E is #3390F1. Grayscale: #808080. Windows color (decimal): -3379442 or 946124. OLE color: 946124.

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

Color convert

RGB 204 111 14 -
CMYK 0 0.46 0.93 0.2
HSL 30.63º 0.87% 0.43% -
HSV(B) 30.63º 0.93% 0.8% -
XYZ 30.67 24.24 3.48 -
YUV 127.75 63.81 182.39 -
System Red Green Blue C M Y K H S L
Decimal 204 111 14 0 0.46 0.93 0.2 30.63 0.87 0.43
Hex CC 6F E 0 2E 5D 14 1F 57 2B
Octal 314 157 16 0 56 135 24 37 127 53
Binary 11001100 1101111 1110 0 101110 1011101 10100 11111 1010111 101011

Color Harmonies of #CC6F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6F0E

Black with #CC6F0E

Text Example


Text Example

White with #CC6F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6F0E; }

 p { color: rgb(204,111,14); }

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

background-color css

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

 a { background-color: rgb(204,111,14); }

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

border-color css

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

 span { border-color: rgb(204,111,14); }

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