Html Css Color HEX #C86A22 Chocolate

📋 copy color: '#C86A22'

red 200 ◦ green 106 ◦ blue 34

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

Shades of Chocolate #C86A22

Tints of Chocolate #C86A22

RGB

 RED value IS 200 (78.52% from 255) = 58.82%

 GREEN value IS 106 (41.8% from 255) = 31.18%

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

R = 58.82%
G = 31.18%
B = 10%

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

#C86A22 (or 0xC86A22) is known color: Chocolate. HEX triplet: C8, 6A and 22. RGB value is (200,106,34). Sum of RGB (Red+Green+Blue) = 200+106+34=340 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.82% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 34 (13.67% from 255 or 10% from 340); Max value from RGB is 200 - color contains mainly: red. Hex color #C86A22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86A22 is #3795DD. Grayscale: #7E7E7E. Windows color (decimal): -3642846 or 2255560. OLE color: 2255560.

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

Color convert

RGB 200 106 34 -
CMYK 0 0.47 0.83 0.22
HSL 26.02º 0.71% 0.46% -
HSV(B) 26.02º 0.83% 0.78% -
XYZ 29.26 22.7 4.35 -
YUV 125.9 76.14 180.85 -
System Red Green Blue C M Y K H S L
Decimal 200 106 34 0 0.47 0.83 0.22 26.02 0.71 0.46
Hex C8 6A 22 0 2F 53 16 1A 47 2E
Octal 310 152 42 0 57 123 26 32 107 56
Binary 11001000 1101010 100010 0 101111 1010011 10110 11010 1000111 101110

Color Harmonies of #C86A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86A22

Black with #C86A22

Text Example


Text Example

White with #C86A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86A22; }

 p { color: rgb(200,106,34); }

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

background-color css

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

 a { background-color: rgb(200,106,34); }

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

border-color css

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

 span { border-color: rgb(200,106,34); }

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