Html Css Color HEX #C86613 Chocolate

📋 copy color: '#C86613'

red 200 ◦ green 102 ◦ blue 19

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

Shades of Chocolate #C86613

Tints of Chocolate #C86613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.92%

R = 62.31%
G = 31.78%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C86613 (or 0xC86613) is known color: Chocolate. HEX triplet: C8, 66 and 13. RGB value is (200,102,19). Sum of RGB (Red+Green+Blue) = 200+102+19=321 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.31% from 321); Green value is 102 (40.23% from 255 or 31.78% from 321); Blue value is 19 (7.81% from 255 or 5.92% from 321); Max value from RGB is 200 - color contains mainly: red. Hex color #C86613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86613 is #3799EC. Grayscale: #7A7A7A. Windows color (decimal): -3643885 or 1271496. OLE color: 1271496.

HSL color Cylindrical-coordinate representation of color #C86613: hue angle of 27.51º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C86613 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 102 19 -
CMYK 0 0.49 0.90 0.22
HSL 27.51º 0.83% 0.43% -
HSV(B) 27.51º 0.91% 0.78% -
XYZ 28.69 21.83 3.32 -
YUV 121.84 69.97 183.75 -
System Red Green Blue C M Y K H S L
Decimal 200 102 19 0 0.49 0.90 0.22 27.51 0.83 0.43
Hex C8 66 13 0 31 5A 16 1C 53 2B
Octal 310 146 23 0 61 132 26 34 123 53
Binary 11001000 1100110 10011 0 110001 1011010 10110 11100 1010011 101011

Color Harmonies of #C86613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86613

Black with #C86613

Text Example


Text Example

White with #C86613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86613; }

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

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

background-color css

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

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

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

border-color css

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

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

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