Html Css Color HEX #C86714 Chocolate

📋 copy color: '#C86714'

red 200 ◦ green 103 ◦ blue 20

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

Shades of Chocolate #C86714

Tints of Chocolate #C86714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.19%

R = 61.92%
G = 31.89%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#C86714 (or 0xC86714) is known color: Chocolate. HEX triplet: C8, 67 and 14. RGB value is (200,103,20). Sum of RGB (Red+Green+Blue) = 200+103+20=323 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.92% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 20 (8.20% from 255 or 6.19% from 323); Max value from RGB is 200 - color contains mainly: red. Hex color #C86714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86714 is #3798EB. Grayscale: #7A7A7A. Windows color (decimal): -3643628 or 1337288. OLE color: 1337288.

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

Color convert

RGB 200 103 20 -
CMYK 0 0.48 0.9 0.22
HSL 27.67º 0.82% 0.43% -
HSV(B) 27.67º 0.9% 0.78% -
XYZ 28.8 22.03 3.4 -
YUV 122.54 70.14 183.25 -
System Red Green Blue C M Y K H S L
Decimal 200 103 20 0 0.48 0.9 0.22 27.67 0.82 0.43
Hex C8 67 14 0 30 5A 16 1C 52 2B
Octal 310 147 24 0 60 132 26 34 122 53
Binary 11001000 1100111 10100 0 110000 1011010 10110 11100 1010010 101011

Color Harmonies of #C86714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86714

Black with #C86714

Text Example


Text Example

White with #C86714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86714; }

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

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

background-color css

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

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

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

border-color css

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

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

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