Html Css Color HEX #C86B18 Chocolate

📋 copy color: '#C86B18'

red 200 ◦ green 107 ◦ blue 24

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

Shades of Chocolate #C86B18

Tints of Chocolate #C86B18

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.33%

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

R = 60.42%
G = 32.33%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C86B18 (or 0xC86B18) is known color: Chocolate. HEX triplet: C8, 6B and 18. RGB value is (200,107,24). Sum of RGB (Red+Green+Blue) = 200+107+24=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 24 (9.77% from 255 or 7.25% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C86B18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86B18 is #3794E7. Grayscale: #7D7D7D. Windows color (decimal): -3642600 or 1600456. OLE color: 1600456.

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

Color convert

RGB 200 107 24 -
CMYK 0 0.46 0.88 0.22
HSL 28.3º 0.79% 0.44% -
HSV(B) 28.3º 0.88% 0.78% -
XYZ 29.24 22.86 3.74 -
YUV 125.35 70.81 181.25 -
System Red Green Blue C M Y K H S L
Decimal 200 107 24 0 0.46 0.88 0.22 28.3 0.79 0.44
Hex C8 6B 18 0 2E 58 16 1C 4F 2C
Octal 310 153 30 0 56 130 26 34 117 54
Binary 11001000 1101011 11000 0 101110 1011000 10110 11100 1001111 101100

Color Harmonies of #C86B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86B18

Black with #C86B18

Text Example


Text Example

White with #C86B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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