Html Css Color HEX #CC6922 Chocolate

📋 copy color: '#CC6922'

red 204 ◦ green 105 ◦ blue 34

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

Shades of Chocolate #CC6922

Tints of Chocolate #CC6922

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.61%

 BLUE value IS 34 (13.67% from 255) = 9.91%

R = 59.48%
G = 30.61%
B = 9.91%

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

#CC6922 (or 0xCC6922) is known color: Chocolate. HEX triplet: CC, 69 and 22. RGB value is (204,105,34). Sum of RGB (Red+Green+Blue) = 204+105+34=343 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.48% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 34 (13.67% from 255 or 9.91% from 343); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6922 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6922 is #3396DD. Grayscale: #7E7E7E. Windows color (decimal): -3380958 or 2255308. OLE color: 2255308.

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

Color convert

RGB 204 105 34 -
CMYK 0 0.49 0.83 0.2
HSL 25.06º 0.71% 0.47% -
HSV(B) 25.06º 0.83% 0.8% -
XYZ 30.24 23.06 4.37 -
YUV 126.51 75.8 183.27 -
System Red Green Blue C M Y K H S L
Decimal 204 105 34 0 0.49 0.83 0.2 25.06 0.71 0.47
Hex CC 69 22 0 31 53 14 19 47 2F
Octal 314 151 42 0 61 123 24 31 107 57
Binary 11001100 1101001 100010 0 110001 1010011 10100 11001 1000111 101111

Color Harmonies of #CC6922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6922

Black with #CC6922

Text Example


Text Example

White with #CC6922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6922; }

 p { color: rgb(204,105,34); }

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

background-color css

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

 a { background-color: rgb(204,105,34); }

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

border-color css

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

 span { border-color: rgb(204,105,34); }

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