Html Css Color HEX #C86618 Chocolate

📋 copy color: '#C86618'

red 200 ◦ green 102 ◦ blue 24

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

Shades of Chocolate #C86618

Tints of Chocolate #C86618

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.29%

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

R = 61.35%
G = 31.29%
B = 7.36%

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

#C86618 (or 0xC86618) is known color: Chocolate. HEX triplet: C8, 66 and 18. RGB value is (200,102,24). Sum of RGB (Red+Green+Blue) = 200+102+24=326 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.35% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 24 (9.77% from 255 or 7.36% from 326); Max value from RGB is 200 - color contains mainly: red. Hex color #C86618 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86618 is #3799E7. Grayscale: #7A7A7A. Windows color (decimal): -3643880 or 1599176. OLE color: 1599176.

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

Color convert

RGB 200 102 24 -
CMYK 0 0.49 0.88 0.22
HSL 26.59º 0.79% 0.44% -
HSV(B) 26.59º 0.88% 0.78% -
XYZ 28.74 21.85 3.57 -
YUV 122.41 72.47 183.34 -
System Red Green Blue C M Y K H S L
Decimal 200 102 24 0 0.49 0.88 0.22 26.59 0.79 0.44
Hex C8 66 18 0 31 58 16 1B 4F 2C
Octal 310 146 30 0 61 130 26 33 117 54
Binary 11001000 1100110 11000 0 110001 1011000 10110 11011 1001111 101100

Color Harmonies of #C86618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86618

Black with #C86618

Text Example


Text Example

White with #C86618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86618; }

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

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

background-color css

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

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

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

border-color css

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

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

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