Html Css Color HEX #C86711 Chocolate

📋 copy color: '#C86711'

red 200 ◦ green 103 ◦ blue 17

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

Shades of Chocolate #C86711

Tints of Chocolate #C86711

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.19%

 BLUE value IS 17 (7.03% from 255) = 5.31%

R = 62.5%
G = 32.19%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C86711 (or 0xC86711) is known color: Chocolate. HEX triplet: C8, 67 and 11. RGB value is (200,103,17). Sum of RGB (Red+Green+Blue) = 200+103+17=320 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.5% from 320); Green value is 103 (40.62% from 255 or 32.19% from 320); Blue value is 17 (7.03% from 255 or 5.31% from 320); Max value from RGB is 200 - color contains mainly: red. Hex color #C86711 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86711 is #3798EE. Grayscale: #7A7A7A. Windows color (decimal): -3643631 or 1140680. OLE color: 1140680.

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

Color convert

RGB 200 103 17 -
CMYK 0 0.48 0.92 0.22
HSL 28.2º 0.84% 0.43% -
HSV(B) 28.2º 0.92% 0.78% -
XYZ 28.77 22.02 3.26 -
YUV 122.2 68.64 183.49 -
System Red Green Blue C M Y K H S L
Decimal 200 103 17 0 0.48 0.92 0.22 28.2 0.84 0.43
Hex C8 67 11 0 30 5C 16 1C 54 2B
Octal 310 147 21 0 60 134 26 34 124 53
Binary 11001000 1100111 10001 0 110000 1011100 10110 11100 1010100 101011

Color Harmonies of #C86711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86711

Black with #C86711

Text Example


Text Example

White with #C86711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86711; }

 p { color: rgb(200,103,17); }

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

background-color css

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

 a { background-color: rgb(200,103,17); }

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

border-color css

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

 span { border-color: rgb(200,103,17); }

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