Html Css Color HEX #CC6823 Chocolate

📋 copy color: '#CC6823'

red 204 ◦ green 104 ◦ blue 35

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

Shades of Chocolate #CC6823

Tints of Chocolate #CC6823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.2%

R = 59.48%
G = 30.32%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC6823 (or 0xCC6823) is known color: Chocolate. HEX triplet: CC, 68 and 23. RGB value is (204,104,35). Sum of RGB (Red+Green+Blue) = 204+104+35=343 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.48% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 35 (14.06% from 255 or 10.20% from 343); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6823 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6823 is #3397DC. Grayscale: #7E7E7E. Windows color (decimal): -3381213 or 2320588. OLE color: 2320588.

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

Color convert

RGB 204 104 35 -
CMYK 0 0.49 0.83 0.2
HSL 24.5º 0.71% 0.47% -
HSV(B) 24.5º 0.83% 0.8% -
XYZ 30.16 22.86 4.41 -
YUV 126.03 76.63 183.61 -
System Red Green Blue C M Y K H S L
Decimal 204 104 35 0 0.49 0.83 0.2 24.5 0.71 0.47
Hex CC 68 23 0 31 53 14 18 47 2F
Octal 314 150 43 0 61 123 24 30 107 57
Binary 11001100 1101000 100011 0 110001 1010011 10100 11000 1000111 101111

Color Harmonies of #CC6823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6823

Black with #CC6823

Text Example


Text Example

White with #CC6823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6823; }

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

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

background-color css

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

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

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

border-color css

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

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

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