Html Css Color HEX #CC6819 Chocolate

📋 copy color: '#CC6819'

red 204 ◦ green 104 ◦ blue 25

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

Shades of Chocolate #CC6819

Tints of Chocolate #CC6819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.51%

R = 61.26%
G = 31.23%
B = 7.51%

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

#CC6819 (or 0xCC6819) is known color: Chocolate. HEX triplet: CC, 68 and 19. RGB value is (204,104,25). Sum of RGB (Red+Green+Blue) = 204+104+25=333 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.26% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 25 (10.16% from 255 or 7.51% from 333); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6819 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6819 is #3397E6. Grayscale: #7D7D7D. Windows color (decimal): -3381223 or 1665228. OLE color: 1665228.

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

Color convert

RGB 204 104 25 -
CMYK 0 0.49 0.88 0.2
HSL 26.48º 0.78% 0.45% -
HSV(B) 26.48º 0.88% 0.8% -
XYZ 30.03 22.81 3.74 -
YUV 124.89 71.63 184.42 -
System Red Green Blue C M Y K H S L
Decimal 204 104 25 0 0.49 0.88 0.2 26.48 0.78 0.45
Hex CC 68 19 0 31 58 14 1A 4E 2D
Octal 314 150 31 0 61 130 24 32 116 55
Binary 11001100 1101000 11001 0 110001 1011000 10100 11010 1001110 101101

Color Harmonies of #CC6819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6819

Black with #CC6819

Text Example


Text Example

White with #CC6819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6819; }

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

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

background-color css

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

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

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

border-color css

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

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

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