Html Css Color HEX #C86D15 Chocolate

📋 copy color: '#C86D15'

red 200 ◦ green 109 ◦ blue 21

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

Shades of Chocolate #C86D15

Tints of Chocolate #C86D15

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.03%

 BLUE value IS 21 (8.59% from 255) = 6.36%

R = 60.61%
G = 33.03%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C86D15 (or 0xC86D15) is known color: Chocolate. HEX triplet: C8, 6D and 15. RGB value is (200,109,21). Sum of RGB (Red+Green+Blue) = 200+109+21=330 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.61% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 21 (8.59% from 255 or 6.36% from 330); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86D15 is #3792EA. Grayscale: #7E7E7E. Windows color (decimal): -3642091 or 1404360. OLE color: 1404360.

HSL color Cylindrical-coordinate representation of color #C86D15: hue angle of 29.5º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C86D15 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 109 21 -
CMYK 0 0.46 0.90 0.22
HSL 29.5º 0.81% 0.43% -
HSV(B) 29.5º 0.9% 0.78% -
XYZ 29.42 23.27 3.65 -
YUV 126.18 68.65 180.66 -
System Red Green Blue C M Y K H S L
Decimal 200 109 21 0 0.46 0.90 0.22 29.5 0.81 0.43
Hex C8 6D 15 0 2E 5A 16 1D 51 2B
Octal 310 155 25 0 56 132 26 35 121 53
Binary 11001000 1101101 10101 0 101110 1011010 10110 11101 1010001 101011

Color Harmonies of #C86D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86D15

Black with #C86D15

Text Example


Text Example

White with #C86D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86D15; }

 p { color: rgb(200,109,21); }

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

background-color css

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

 a { background-color: rgb(200,109,21); }

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

border-color css

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

 span { border-color: rgb(200,109,21); }

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