Html Css Color HEX #CC6626 Chocolate

📋 copy color: '#CC6626'

red 204 ◦ green 102 ◦ blue 38

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

Shades of Chocolate #CC6626

Tints of Chocolate #CC6626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.05%

R = 59.3%
G = 29.65%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC6626 (or 0xCC6626) is known color: Chocolate. HEX triplet: CC, 66 and 26. RGB value is (204,102,38). Sum of RGB (Red+Green+Blue) = 204+102+38=344 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.30% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 38 (15.23% from 255 or 11.05% from 344); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6626 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6626 is #3399D9. Grayscale: #7D7D7D. Windows color (decimal): -3381722 or 2516684. OLE color: 2516684.

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

Color convert

RGB 204 102 38 -
CMYK 0 0.5 0.81 0.2
HSL 23.13º 0.69% 0.47% -
HSV(B) 23.13º 0.81% 0.8% -
XYZ 30 22.48 4.59 -
YUV 125.2 78.79 184.2 -
System Red Green Blue C M Y K H S L
Decimal 204 102 38 0 0.5 0.81 0.2 23.13 0.69 0.47
Hex CC 66 26 0 32 51 14 17 45 2F
Octal 314 146 46 0 62 121 24 27 105 57
Binary 11001100 1100110 100110 0 110010 1010001 10100 10111 1000101 101111

Color Harmonies of #CC6626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6626

Black with #CC6626

Text Example


Text Example

White with #CC6626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6626; }

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

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

background-color css

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

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

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

border-color css

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

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

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