Html Css Color HEX #C86918 Chocolate

📋 copy color: '#C86918'

red 200 ◦ green 105 ◦ blue 24

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

Shades of Chocolate #C86918

Tints of Chocolate #C86918

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.91%

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

R = 60.79%
G = 31.91%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C86918 (or 0xC86918) is known color: Chocolate. HEX triplet: C8, 69 and 18. RGB value is (200,105,24). Sum of RGB (Red+Green+Blue) = 200+105+24=329 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.79% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 24 (9.77% from 255 or 7.29% from 329); Max value from RGB is 200 - color contains mainly: red. Hex color #C86918 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86918 is #3796E7. Grayscale: #7C7C7C. Windows color (decimal): -3643112 or 1599944. OLE color: 1599944.

HSL color Cylindrical-coordinate representation of color #C86918: hue angle of 27.61º 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 #C86918 is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 105 24 -
CMYK 0 0.48 0.88 0.22
HSL 27.61º 0.79% 0.44% -
HSV(B) 27.61º 0.88% 0.78% -
XYZ 29.04 22.45 3.67 -
YUV 124.17 71.47 182.09 -
System Red Green Blue C M Y K H S L
Decimal 200 105 24 0 0.48 0.88 0.22 27.61 0.79 0.44
Hex C8 69 18 0 30 58 16 1C 4F 2C
Octal 310 151 30 0 60 130 26 34 117 54
Binary 11001000 1101001 11000 0 110000 1011000 10110 11100 1001111 101100

Color Harmonies of #C86918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86918

Black with #C86918

Text Example


Text Example

White with #C86918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86918; }

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

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

background-color css

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

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

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

border-color css

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

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

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