Html Css Color HEX #CC6F0A Chocolate

📋 copy color: '#CC6F0A'

red 204 ◦ green 111 ◦ blue 10

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

Shades of Chocolate #CC6F0A

Tints of Chocolate #CC6F0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.08%

R = 62.77%
G = 34.15%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CC6F0A (or 0xCC6F0A) is known color: Chocolate. HEX triplet: CC, 6F and 0A. RGB value is (204,111,10). Sum of RGB (Red+Green+Blue) = 204+111+10=325 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.77% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 10 (4.30% from 255 or 3.08% from 325); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6F0A is #3390F5. Grayscale: #7F7F7F. Windows color (decimal): -3379446 or 683980. OLE color: 683980.

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

Color convert

RGB 204 111 10 -
CMYK 0 0.46 0.95 0.2
HSL 31.24º 0.91% 0.42% -
HSV(B) 31.24º 0.95% 0.8% -
XYZ 30.64 24.23 3.35 -
YUV 127.29 61.81 182.71 -
System Red Green Blue C M Y K H S L
Decimal 204 111 10 0 0.46 0.95 0.2 31.24 0.91 0.42
Hex CC 6F A 0 2E 5F 14 1F 5B 2A
Octal 314 157 12 0 56 137 24 37 133 52
Binary 11001100 1101111 1010 0 101110 1011111 10100 11111 1011011 101010

Color Harmonies of #CC6F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6F0A

Black with #CC6F0A

Text Example


Text Example

White with #CC6F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6F0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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