Html Css Color HEX #C86F10 Chocolate

📋 copy color: '#C86F10'

red 200 ◦ green 111 ◦ blue 16

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

Shades of Chocolate #C86F10

Tints of Chocolate #C86F10

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.94%

 BLUE value IS 16 (6.64% from 255) = 4.89%

R = 61.16%
G = 33.94%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C86F10 (or 0xC86F10) is known color: Chocolate. HEX triplet: C8, 6F and 10. RGB value is (200,111,16). Sum of RGB (Red+Green+Blue) = 200+111+16=327 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.16% from 327); Green value is 111 (43.75% from 255 or 33.94% from 327); Blue value is 16 (6.64% from 255 or 4.89% from 327); Max value from RGB is 200 - color contains mainly: red. Hex color #C86F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86F10 is #3790EF. Grayscale: #7F7F7F. Windows color (decimal): -3641584 or 1077192. OLE color: 1077192.

HSL color Cylindrical-coordinate representation of color #C86F10: hue angle of 30.98º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C86F10 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 111 16 -
CMYK 0 0.44 0.92 0.22
HSL 30.98º 0.85% 0.42% -
HSV(B) 30.98º 0.92% 0.78% -
XYZ 29.6 23.69 3.5 -
YUV 126.78 65.49 180.22 -
System Red Green Blue C M Y K H S L
Decimal 200 111 16 0 0.44 0.92 0.22 30.98 0.85 0.42
Hex C8 6F 10 0 2C 5C 16 1F 55 2A
Octal 310 157 20 0 54 134 26 37 125 52
Binary 11001000 1101111 10000 0 101100 1011100 10110 11111 1010101 101010

Color Harmonies of #C86F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86F10

Black with #C86F10

Text Example


Text Example

White with #C86F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86F10; }

 p { color: rgb(200,111,16); }

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

background-color css

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

 a { background-color: rgb(200,111,16); }

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

border-color css

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

 span { border-color: rgb(200,111,16); }

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