Html Css Color HEX #C86A14 Chocolate

📋 copy color: '#C86A14'

red 200 ◦ green 106 ◦ blue 20

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

Shades of Chocolate #C86A14

Tints of Chocolate #C86A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.13%

R = 61.35%
G = 32.52%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#C86A14 (or 0xC86A14) is known color: Chocolate. HEX triplet: C8, 6A and 14. RGB value is (200,106,20). Sum of RGB (Red+Green+Blue) = 200+106+20=326 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.35% from 326); Green value is 106 (41.80% from 255 or 32.52% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 200 - color contains mainly: red. Hex color #C86A14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86A14 is #3795EB. Grayscale: #7C7C7C. Windows color (decimal): -3642860 or 1338056. OLE color: 1338056.

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

Color convert

RGB 200 106 20 -
CMYK 0 0.47 0.9 0.22
HSL 28.67º 0.82% 0.43% -
HSV(B) 28.67º 0.9% 0.78% -
XYZ 29.1 22.64 3.5 -
YUV 124.3 69.14 181.99 -
System Red Green Blue C M Y K H S L
Decimal 200 106 20 0 0.47 0.9 0.22 28.67 0.82 0.43
Hex C8 6A 14 0 2F 5A 16 1D 52 2B
Octal 310 152 24 0 57 132 26 35 122 53
Binary 11001000 1101010 10100 0 101111 1011010 10110 11101 1010010 101011

Color Harmonies of #C86A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86A14

Black with #C86A14

Text Example


Text Example

White with #C86A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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