Html Css Color HEX #CC6827 Chocolate

📋 copy color: '#CC6827'

red 204 ◦ green 104 ◦ blue 39

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

Shades of Chocolate #CC6827

Tints of Chocolate #CC6827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.24%

R = 58.79%
G = 29.97%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC6827 (or 0xCC6827) is known color: Chocolate. HEX triplet: CC, 68 and 27. RGB value is (204,104,39). Sum of RGB (Red+Green+Blue) = 204+104+39=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 39 (15.62% from 255 or 11.24% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6827 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6827 is #3397D8. Grayscale: #7E7E7E. Windows color (decimal): -3381209 or 2582732. OLE color: 2582732.

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

Color convert

RGB 204 104 39 -
CMYK 0 0.49 0.81 0.2
HSL 23.64º 0.68% 0.48% -
HSV(B) 23.64º 0.81% 0.8% -
XYZ 30.22 22.88 4.74 -
YUV 126.49 78.63 183.29 -
System Red Green Blue C M Y K H S L
Decimal 204 104 39 0 0.49 0.81 0.2 23.64 0.68 0.48
Hex CC 68 27 0 31 51 14 18 44 30
Octal 314 150 47 0 61 121 24 30 104 60
Binary 11001100 1101000 100111 0 110001 1010001 10100 11000 1000100 110000

Color Harmonies of #CC6827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6827

Black with #CC6827

Text Example


Text Example

White with #CC6827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6827; }

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

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

background-color css

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

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

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

border-color css

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

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

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