Html Css Color HEX #C86A1F Chocolate

📋 copy color: '#C86A1F'

red 200 ◦ green 106 ◦ blue 31

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

Shades of Chocolate #C86A1F

Tints of Chocolate #C86A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.2%

R = 59.35%
G = 31.45%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C86A1F (or 0xC86A1F) is known color: Chocolate. HEX triplet: C8, 6A and 1F. RGB value is (200,106,31). Sum of RGB (Red+Green+Blue) = 200+106+31=337 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.35% from 337); Green value is 106 (41.80% from 255 or 31.45% from 337); Blue value is 31 (12.5% from 255 or 9.20% from 337); Max value from RGB is 200 - color contains mainly: red. Hex color #C86A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86A1F is #3795E0. Grayscale: #7D7D7D. Windows color (decimal): -3642849 or 2058952. OLE color: 2058952.

HSL color Cylindrical-coordinate representation of color #C86A1F: hue angle of 26.63º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C86A1F is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 106 31 -
CMYK 0 0.47 0.84 0.22
HSL 26.63º 0.73% 0.45% -
HSV(B) 26.63º 0.85% 0.78% -
XYZ 29.22 22.69 4.14 -
YUV 125.56 74.64 181.1 -
System Red Green Blue C M Y K H S L
Decimal 200 106 31 0 0.47 0.84 0.22 26.63 0.73 0.45
Hex C8 6A 1F 0 2F 54 16 1B 49 2D
Octal 310 152 37 0 57 124 26 33 111 55
Binary 11001000 1101010 11111 0 101111 1010100 10110 11011 1001001 101101

Color Harmonies of #C86A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86A1F

Black with #C86A1F

Text Example


Text Example

White with #C86A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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