Html Css Color HEX #C86B21 Chocolate

📋 copy color: '#C86B21'

red 200 ◦ green 107 ◦ blue 33

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

Shades of Chocolate #C86B21

Tints of Chocolate #C86B21

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.47%

 BLUE value IS 33 (13.28% from 255) = 9.71%

R = 58.82%
G = 31.47%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C86B21 (or 0xC86B21) is known color: Chocolate. HEX triplet: C8, 6B and 21. RGB value is (200,107,33). Sum of RGB (Red+Green+Blue) = 200+107+33=340 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.82% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 33 (13.28% from 255 or 9.71% from 340); Max value from RGB is 200 - color contains mainly: red. Hex color #C86B21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86B21 is #3794DE. Grayscale: #7E7E7E. Windows color (decimal): -3642591 or 2190280. OLE color: 2190280.

HSL color Cylindrical-coordinate representation of color #C86B21: hue angle of 26.59º degrees, saturation: 0.72, 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 #C86B21 is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 107 33 -
CMYK 0 0.46 0.84 0.22
HSL 26.59º 0.72% 0.46% -
HSV(B) 26.59º 0.84% 0.78% -
XYZ 29.35 22.9 4.31 -
YUV 126.37 75.31 180.52 -
System Red Green Blue C M Y K H S L
Decimal 200 107 33 0 0.46 0.84 0.22 26.59 0.72 0.46
Hex C8 6B 21 0 2E 54 16 1B 48 2E
Octal 310 153 41 0 56 124 26 33 110 56
Binary 11001000 1101011 100001 0 101110 1010100 10110 11011 1001000 101110

Color Harmonies of #C86B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86B21

Black with #C86B21

Text Example


Text Example

White with #C86B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86B21; }

 p { color: rgb(200,107,33); }

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

background-color css

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

 a { background-color: rgb(200,107,33); }

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

border-color css

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

 span { border-color: rgb(200,107,33); }

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