Html Css Color HEX #C66622 Chocolate

📋 copy color: '#C66622'

red 198 ◦ green 102 ◦ blue 34

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

Shades of Chocolate #C66622

Tints of Chocolate #C66622

RGB

 RED value IS 198 (77.73% from 255) = 59.28%

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

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

R = 59.28%
G = 30.54%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C66622 (or 0xC66622) is known color: Chocolate. HEX triplet: C6, 66 and 22. RGB value is (198,102,34). Sum of RGB (Red+Green+Blue) = 198+102+34=334 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.28% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 34 (13.67% from 255 or 10.18% from 334); Max value from RGB is 198 - color contains mainly: red. Hex color #C66622 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66622 is #3999DD. Grayscale: #7B7B7B. Windows color (decimal): -3774942 or 2254534. OLE color: 2254534.

HSL color Cylindrical-coordinate representation of color #C66622: hue angle of 24.88º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C66622 is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 102 34 -
CMYK 0 0.48 0.83 0.22
HSL 24.88º 0.71% 0.45% -
HSV(B) 24.88º 0.83% 0.78% -
XYZ 28.33 21.62 4.19 -
YUV 122.95 77.8 181.53 -
System Red Green Blue C M Y K H S L
Decimal 198 102 34 0 0.48 0.83 0.22 24.88 0.71 0.45
Hex C6 66 22 0 30 53 16 19 47 2D
Octal 306 146 42 0 60 123 26 31 107 55
Binary 11000110 1100110 100010 0 110000 1010011 10110 11001 1000111 101101

Color Harmonies of #C66622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66622

Black with #C66622

Text Example


Text Example

White with #C66622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66622; }

 p { color: rgb(198,102,34); }

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

background-color css

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

 a { background-color: rgb(198,102,34); }

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

border-color css

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

 span { border-color: rgb(198,102,34); }

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