Html Css Color HEX #CC6615 Chocolate

📋 copy color: '#CC6615'

red 204 ◦ green 102 ◦ blue 21

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

Shades of Chocolate #CC6615

Tints of Chocolate #CC6615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.42%

R = 62.39%
G = 31.19%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC6615 (or 0xCC6615) is known color: Chocolate. HEX triplet: CC, 66 and 15. RGB value is (204,102,21). Sum of RGB (Red+Green+Blue) = 204+102+21=327 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.39% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 21 (8.59% from 255 or 6.42% from 327); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6615 is #3399EA. Grayscale: #7B7B7B. Windows color (decimal): -3381739 or 1402572. OLE color: 1402572.

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

Color convert

RGB 204 102 21 -
CMYK 0 0.5 0.90 0.2
HSL 26.56º 0.81% 0.44% -
HSV(B) 26.56º 0.9% 0.8% -
XYZ 29.79 22.39 3.46 -
YUV 123.26 70.29 185.59 -
System Red Green Blue C M Y K H S L
Decimal 204 102 21 0 0.5 0.90 0.2 26.56 0.81 0.44
Hex CC 66 15 0 32 5A 14 1B 51 2C
Octal 314 146 25 0 62 132 24 33 121 54
Binary 11001100 1100110 10101 0 110010 1011010 10100 11011 1010001 101100

Color Harmonies of #CC6615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6615

Black with #CC6615

Text Example


Text Example

White with #CC6615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6615; }

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

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

background-color css

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

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

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

border-color css

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

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

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