Html Css Color HEX #C86518 Chocolate

📋 copy color: '#C86518'

red 200 ◦ green 101 ◦ blue 24

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

Shades of Chocolate #C86518

Tints of Chocolate #C86518

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.08%

 BLUE value IS 24 (9.77% from 255) = 7.38%

R = 61.54%
G = 31.08%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C86518 (or 0xC86518) is known color: Chocolate. HEX triplet: C8, 65 and 18. RGB value is (200,101,24). Sum of RGB (Red+Green+Blue) = 200+101+24=325 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.54% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 24 (9.77% from 255 or 7.38% from 325); Max value from RGB is 200 - color contains mainly: red. Hex color #C86518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86518 is #379AE7. Grayscale: #7A7A7A. Windows color (decimal): -3644136 or 1598920. OLE color: 1598920.

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

Color convert

RGB 200 101 24 -
CMYK 0 0.49 0.88 0.22
HSL 26.25º 0.79% 0.44% -
HSV(B) 26.25º 0.88% 0.78% -
XYZ 28.64 21.65 3.53 -
YUV 121.82 72.8 183.76 -
System Red Green Blue C M Y K H S L
Decimal 200 101 24 0 0.49 0.88 0.22 26.25 0.79 0.44
Hex C8 65 18 0 31 58 16 1A 4F 2C
Octal 310 145 30 0 61 130 26 32 117 54
Binary 11001000 1100101 11000 0 110001 1011000 10110 11010 1001111 101100

Color Harmonies of #C86518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86518

Black with #C86518

Text Example


Text Example

White with #C86518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86518; }

 p { color: rgb(200,101,24); }

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

background-color css

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

 a { background-color: rgb(200,101,24); }

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

border-color css

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

 span { border-color: rgb(200,101,24); }

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