Html Css Color HEX #CC6F07 Chocolate

📋 copy color: '#CC6F07'

red 204 ◦ green 111 ◦ blue 7

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

Shades of Chocolate #CC6F07

Tints of Chocolate #CC6F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.17%

R = 63.35%
G = 34.47%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CC6F07 (or 0xCC6F07) is known color: Chocolate. HEX triplet: CC, 6F and 07. RGB value is (204,111,7). Sum of RGB (Red+Green+Blue) = 204+111+7=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 7 (3.12% from 255 or 2.17% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6F07 is #3390F8. Grayscale: #7F7F7F. Windows color (decimal): -3379449 or 487372. OLE color: 487372.

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

Color convert

RGB 204 111 7 -
CMYK 0 0.46 0.97 0.2
HSL 31.68º 0.93% 0.41% -
HSV(B) 31.68º 0.97% 0.8% -
XYZ 30.62 24.22 3.26 -
YUV 126.95 60.31 182.96 -
System Red Green Blue C M Y K H S L
Decimal 204 111 7 0 0.46 0.97 0.2 31.68 0.93 0.41
Hex CC 6F 7 0 2E 61 14 20 5D 29
Octal 314 157 7 0 56 141 24 40 135 51
Binary 11001100 1101111 111 0 101110 1100001 10100 100000 1011101 101001

Color Harmonies of #CC6F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6F07

Black with #CC6F07

Text Example


Text Example

White with #CC6F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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