Html Css Color HEX #C66822 Chocolate

📋 copy color: '#C66822'

red 198 ◦ green 104 ◦ blue 34

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

Shades of Chocolate #C66822

Tints of Chocolate #C66822

RGB

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

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

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

R = 58.93%
G = 30.95%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C66822 (or 0xC66822) is known color: Chocolate. HEX triplet: C6, 68 and 22. RGB value is (198,104,34). Sum of RGB (Red+Green+Blue) = 198+104+34=336 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.93% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 34 (13.67% from 255 or 10.12% from 336); Max value from RGB is 198 - color contains mainly: red. Hex color #C66822 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66822 is #3997DD. Grayscale: #7C7C7C. Windows color (decimal): -3774430 or 2255046. OLE color: 2255046.

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

Color convert

RGB 198 104 34 -
CMYK 0 0.47 0.83 0.22
HSL 25.61º 0.71% 0.45% -
HSV(B) 25.61º 0.83% 0.78% -
XYZ 28.53 22.02 4.26 -
YUV 124.13 77.14 180.69 -
System Red Green Blue C M Y K H S L
Decimal 198 104 34 0 0.47 0.83 0.22 25.61 0.71 0.45
Hex C6 68 22 0 2F 53 16 1A 47 2D
Octal 306 150 42 0 57 123 26 32 107 55
Binary 11000110 1101000 100010 0 101111 1010011 10110 11010 1000111 101101

Color Harmonies of #C66822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66822

Black with #C66822

Text Example


Text Example

White with #C66822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66822; }

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

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

background-color css

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

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

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

border-color css

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

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

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