Html Css Color HEX #CC6818 Chocolate

📋 copy color: '#CC6818'

red 204 ◦ green 104 ◦ blue 24

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

Shades of Chocolate #CC6818

Tints of Chocolate #CC6818

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.33%

 BLUE value IS 24 (9.77% from 255) = 7.23%

R = 61.45%
G = 31.33%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC6818 (or 0xCC6818) is known color: Chocolate. HEX triplet: CC, 68 and 18. RGB value is (204,104,24). Sum of RGB (Red+Green+Blue) = 204+104+24=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 24 (9.77% from 255 or 7.23% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6818 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6818 is #3397E7. Grayscale: #7D7D7D. Windows color (decimal): -3381224 or 1599692. OLE color: 1599692.

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

Color convert

RGB 204 104 24 -
CMYK 0 0.49 0.88 0.2
HSL 26.67º 0.79% 0.45% -
HSV(B) 26.67º 0.88% 0.8% -
XYZ 30.02 22.8 3.68 -
YUV 124.78 71.13 184.5 -
System Red Green Blue C M Y K H S L
Decimal 204 104 24 0 0.49 0.88 0.2 26.67 0.79 0.45
Hex CC 68 18 0 31 58 14 1B 4F 2D
Octal 314 150 30 0 61 130 24 33 117 55
Binary 11001100 1101000 11000 0 110001 1011000 10100 11011 1001111 101101

Color Harmonies of #CC6818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6818

Black with #CC6818

Text Example


Text Example

White with #CC6818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6818; }

 p { color: rgb(204,104,24); }

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

background-color css

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

 a { background-color: rgb(204,104,24); }

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

border-color css

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

 span { border-color: rgb(204,104,24); }

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