Html Css Color HEX #CC6613 Chocolate

📋 copy color: '#CC6613'

red 204 ◦ green 102 ◦ blue 19

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

Shades of Chocolate #CC6613

Tints of Chocolate #CC6613

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.38%

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

R = 62.77%
G = 31.38%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC6613 (or 0xCC6613) is known color: Chocolate. HEX triplet: CC, 66 and 13. RGB value is (204,102,19). Sum of RGB (Red+Green+Blue) = 204+102+19=325 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.77% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 19 (7.81% from 255 or 5.85% from 325); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6613 is #3399EC. Grayscale: #7B7B7B. Windows color (decimal): -3381741 or 1271500. OLE color: 1271500.

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

Color convert

RGB 204 102 19 -
CMYK 0 0.5 0.91 0.2
HSL 26.92º 0.83% 0.44% -
HSV(B) 26.92º 0.91% 0.8% -
XYZ 29.77 22.39 3.37 -
YUV 123.04 69.29 185.75 -
System Red Green Blue C M Y K H S L
Decimal 204 102 19 0 0.5 0.91 0.2 26.92 0.83 0.44
Hex CC 66 13 0 32 5B 14 1B 53 2C
Octal 314 146 23 0 62 133 24 33 123 54
Binary 11001100 1100110 10011 0 110010 1011011 10100 11011 1010011 101100

Color Harmonies of #CC6613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6613

Black with #CC6613

Text Example


Text Example

White with #CC6613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6613; }

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

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

background-color css

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

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

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

border-color css

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

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

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