Html Css Color HEX #C86D09 Chocolate

📋 copy color: '#C86D09'

red 200 ◦ green 109 ◦ blue 9

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

Shades of Chocolate #C86D09

Tints of Chocolate #C86D09

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.28%

 BLUE value IS 9 (3.91% from 255) = 2.83%

R = 62.89%
G = 34.28%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C86D09 (or 0xC86D09) is known color: Chocolate. HEX triplet: C8, 6D and 09. RGB value is (200,109,9). Sum of RGB (Red+Green+Blue) = 200+109+9=318 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.89% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 9 (3.91% from 255 or 2.83% from 318); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86D09 is #3792F6. Grayscale: #7D7D7D. Windows color (decimal): -3642103 or 617928. OLE color: 617928.

HSL color Cylindrical-coordinate representation of color #C86D09: hue angle of 31.41º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C86D09 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 109 9 -
CMYK 0 0.46 0.96 0.22
HSL 31.41º 0.91% 0.41% -
HSV(B) 31.41º 0.96% 0.78% -
XYZ 29.34 23.24 3.2 -
YUV 124.81 62.65 181.63 -
System Red Green Blue C M Y K H S L
Decimal 200 109 9 0 0.46 0.96 0.22 31.41 0.91 0.41
Hex C8 6D 9 0 2E 60 16 1F 5B 29
Octal 310 155 11 0 56 140 26 37 133 51
Binary 11001000 1101101 1001 0 101110 1100000 10110 11111 1011011 101001

Color Harmonies of #C86D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86D09

Black with #C86D09

Text Example


Text Example

White with #C86D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86D09; }

 p { color: rgb(200,109,9); }

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

background-color css

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

 a { background-color: rgb(200,109,9); }

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

border-color css

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

 span { border-color: rgb(200,109,9); }

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