Html Css Color HEX #CC6618 Chocolate

📋 copy color: '#CC6618'

red 204 ◦ green 102 ◦ blue 24

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

Shades of Chocolate #CC6618

Tints of Chocolate #CC6618

RGB

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

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

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

R = 61.82%
G = 30.91%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC6618 (or 0xCC6618) is known color: Chocolate. HEX triplet: CC, 66 and 18. RGB value is (204,102,24). Sum of RGB (Red+Green+Blue) = 204+102+24=330 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.82% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 24 (9.77% from 255 or 7.27% from 330); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6618 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6618 is #3399E7. Grayscale: #7C7C7C. Windows color (decimal): -3381736 or 1599180. OLE color: 1599180.

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

Color convert

RGB 204 102 24 -
CMYK 0 0.5 0.88 0.2
HSL 26º 0.79% 0.45% -
HSV(B) 26º 0.88% 0.8% -
XYZ 29.82 22.41 3.62 -
YUV 123.61 71.79 185.34 -
System Red Green Blue C M Y K H S L
Decimal 204 102 24 0 0.5 0.88 0.2 26 0.79 0.45
Hex CC 66 18 0 32 58 14 1A 4F 2D
Octal 314 146 30 0 62 130 24 32 117 55
Binary 11001100 1100110 11000 0 110010 1011000 10100 11010 1001111 101101

Color Harmonies of #CC6618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6618

Black with #CC6618

Text Example


Text Example

White with #CC6618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6618; }

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

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

background-color css

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

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

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

border-color css

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

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

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