Html Css Color HEX #C86B1D Chocolate

📋 copy color: '#C86B1D'

red 200 ◦ green 107 ◦ blue 29

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

Shades of Chocolate #C86B1D

Tints of Chocolate #C86B1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.63%

R = 59.52%
G = 31.85%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C86B1D (or 0xC86B1D) is known color: Chocolate. HEX triplet: C8, 6B and 1D. RGB value is (200,107,29). Sum of RGB (Red+Green+Blue) = 200+107+29=336 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.52% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 29 (11.72% from 255 or 8.63% from 336); Max value from RGB is 200 - color contains mainly: red. Hex color #C86B1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86B1D is #3794E2. Grayscale: #7E7E7E. Windows color (decimal): -3642595 or 1928136. OLE color: 1928136.

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

Color convert

RGB 200 107 29 -
CMYK 0 0.46 0.86 0.22
HSL 27.37º 0.75% 0.45% -
HSV(B) 27.37º 0.86% 0.78% -
XYZ 29.3 22.88 4.04 -
YUV 125.92 73.31 180.84 -
System Red Green Blue C M Y K H S L
Decimal 200 107 29 0 0.46 0.86 0.22 27.37 0.75 0.45
Hex C8 6B 1D 0 2E 56 16 1B 4B 2D
Octal 310 153 35 0 56 126 26 33 113 55
Binary 11001000 1101011 11101 0 101110 1010110 10110 11011 1001011 101101

Color Harmonies of #C86B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86B1D

Black with #C86B1D

Text Example


Text Example

White with #C86B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86B1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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