Html Css Color HEX #C86718 Chocolate

📋 copy color: '#C86718'

red 200 ◦ green 103 ◦ blue 24

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

Shades of Chocolate #C86718

Tints of Chocolate #C86718

RGB

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

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

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

R = 61.16%
G = 31.5%
B = 7.34%

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

#C86718 (or 0xC86718) is known color: Chocolate. HEX triplet: C8, 67 and 18. RGB value is (200,103,24). Sum of RGB (Red+Green+Blue) = 200+103+24=327 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.16% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 24 (9.77% from 255 or 7.34% from 327); Max value from RGB is 200 - color contains mainly: red. Hex color #C86718 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86718 is #3798E7. Grayscale: #7B7B7B. Windows color (decimal): -3643624 or 1599432. OLE color: 1599432.

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

Color convert

RGB 200 103 24 -
CMYK 0 0.48 0.88 0.22
HSL 26.93º 0.79% 0.44% -
HSV(B) 26.93º 0.88% 0.78% -
XYZ 28.83 22.05 3.6 -
YUV 123 72.14 182.92 -
System Red Green Blue C M Y K H S L
Decimal 200 103 24 0 0.48 0.88 0.22 26.93 0.79 0.44
Hex C8 67 18 0 30 58 16 1B 4F 2C
Octal 310 147 30 0 60 130 26 33 117 54
Binary 11001000 1100111 11000 0 110000 1011000 10110 11011 1001111 101100

Color Harmonies of #C86718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86718

Black with #C86718

Text Example


Text Example

White with #C86718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86718; }

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

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

background-color css

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

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

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

border-color css

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

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

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