#c65c14

Color #C65C14 Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #C65C14

Tints of Chocolate #C65C14

Color information

#C65C14 (or 0xC65C14) is unknown color: approx Chocolate. HEX triplet: C6, 5C and 14. RGB value is (198,92,20). Sum of RGB (Red+Green+Blue) = 198+92+20=310 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.87% from 310); Green value is 92 (36.33% from 255 or 29.68% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 198 - color contains mainly: red. Hex color #C65C14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65C14 is #39A3EB. Grayscale: #737373. Windows color (decimal): -3777516 or 1334470. OLE color: 1334470.

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

Color convert

RGB1989220-
CMYK00.540.900.22
HSL24.27º81.65%42.75%-
HSV(B)24.27º89.9%77.65%-
XYZ27.2419.713.03-
YUV115.4974.12186.85-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 63.87%
GREEN value IS 92 (36.33% from 255) = 29.68%
BLUE value IS 20 (8.20% from 255) = 6.45%
R=63.87%
G=29.68%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198922000.540.900.2224.2781.6542.75
HexC65C140365A1618522b
Octal30613424066132263012253
Binary110001101011100101000110110101101010110110001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c65c14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c65c14; }

 p { color: rgb(198,92,20); }

 H1.HeaderClassName
 {
   color: #c65c14;
 }
 .AnyTagClassName
 {
   color: #c65c14;
 }
</style>
background-color css

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

 a { background-color: rgb(198,92,20); }

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

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

 span { border-color: rgb(198,92,20); }

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