Html Css Color HEX #CC6316 Chocolate

📋 copy color: '#CC6316'

red 204 ◦ green 99 ◦ blue 22

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

Shades of Chocolate #CC6316

Tints of Chocolate #CC6316

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.46%

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

R = 62.77%
G = 30.46%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC6316 (or 0xCC6316) is known color: Chocolate. HEX triplet: CC, 63 and 16. RGB value is (204,99,22). Sum of RGB (Red+Green+Blue) = 204+99+22=325 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.77% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 22 (8.98% from 255 or 6.77% from 325); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6316 is #339CE9. Grayscale: #7A7A7A. Windows color (decimal): -3382506 or 1467340. OLE color: 1467340.

HSL color Cylindrical-coordinate representation of color #CC6316: hue angle of 25.38º 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 #CC6316 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 99 22 -
CMYK 0 0.51 0.89 0.2
HSL 25.38º 0.81% 0.44% -
HSV(B) 25.38º 0.89% 0.8% -
XYZ 29.51 21.82 3.42 -
YUV 121.62 71.79 186.76 -
System Red Green Blue C M Y K H S L
Decimal 204 99 22 0 0.51 0.89 0.2 25.38 0.81 0.44
Hex CC 63 16 0 33 59 14 19 51 2C
Octal 314 143 26 0 63 131 24 31 121 54
Binary 11001100 1100011 10110 0 110011 1011001 10100 11001 1010001 101100

Color Harmonies of #CC6316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6316

Black with #CC6316

Text Example


Text Example

White with #CC6316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6316; }

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

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

background-color css

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

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

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

border-color css

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

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

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