Html Css Color HEX #CC6E13 Chocolate

📋 copy color: '#CC6E13'

red 204 ◦ green 110 ◦ blue 19

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

Shades of Chocolate #CC6E13

Tints of Chocolate #CC6E13

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.03%

 BLUE value IS 19 (7.81% from 255) = 5.71%

R = 61.26%
G = 33.03%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC6E13 (or 0xCC6E13) is known color: Chocolate. HEX triplet: CC, 6E and 13. RGB value is (204,110,19). Sum of RGB (Red+Green+Blue) = 204+110+19=333 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.26% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 19 (7.81% from 255 or 5.71% from 333); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6E13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6E13 is #3391EC. Grayscale: #808080. Windows color (decimal): -3379693 or 1273548. OLE color: 1273548.

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

Color convert

RGB 204 110 19 -
CMYK 0 0.46 0.91 0.2
HSL 29.51º 0.83% 0.44% -
HSV(B) 29.51º 0.91% 0.8% -
XYZ 30.6 24.04 3.64 -
YUV 127.73 66.64 182.4 -
System Red Green Blue C M Y K H S L
Decimal 204 110 19 0 0.46 0.91 0.2 29.51 0.83 0.44
Hex CC 6E 13 0 2E 5B 14 1E 53 2C
Octal 314 156 23 0 56 133 24 36 123 54
Binary 11001100 1101110 10011 0 101110 1011011 10100 11110 1010011 101100

Color Harmonies of #CC6E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6E13

Black with #CC6E13

Text Example


Text Example

White with #CC6E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6E13; }

 p { color: rgb(204,110,19); }

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

background-color css

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

 a { background-color: rgb(204,110,19); }

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

border-color css

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

 span { border-color: rgb(204,110,19); }

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