Html Css Color HEX #CC6916 Chocolate

📋 copy color: '#CC6916'

red 204 ◦ green 105 ◦ blue 22

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

Shades of Chocolate #CC6916

Tints of Chocolate #CC6916

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.72%

 BLUE value IS 22 (8.98% from 255) = 6.65%

R = 61.63%
G = 31.72%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC6916 (or 0xCC6916) is known color: Chocolate. HEX triplet: CC, 69 and 16. RGB value is (204,105,22). Sum of RGB (Red+Green+Blue) = 204+105+22=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 22 (8.98% from 255 or 6.65% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6916 is #3396E9. Grayscale: #7D7D7D. Windows color (decimal): -3380970 or 1468876. OLE color: 1468876.

HSL color Cylindrical-coordinate representation of color #CC6916: hue angle of 27.36º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC6916 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 105 22 -
CMYK 0 0.49 0.89 0.2
HSL 27.36º 0.81% 0.44% -
HSV(B) 27.36º 0.89% 0.8% -
XYZ 30.1 23 3.61 -
YUV 125.14 69.8 184.25 -
System Red Green Blue C M Y K H S L
Decimal 204 105 22 0 0.49 0.89 0.2 27.36 0.81 0.44
Hex CC 69 16 0 31 59 14 1B 51 2C
Octal 314 151 26 0 61 131 24 33 121 54
Binary 11001100 1101001 10110 0 110001 1011001 10100 11011 1010001 101100

Color Harmonies of #CC6916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6916

Black with #CC6916

Text Example


Text Example

White with #CC6916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6916; }

 p { color: rgb(204,105,22); }

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

background-color css

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

 a { background-color: rgb(204,105,22); }

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

border-color css

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

 span { border-color: rgb(204,105,22); }

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