#C65C19

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

Shades of Chocolate #C65C19

Tints of Chocolate #C65C19

Color information

#C65C19 (or 0xC65C19) is unknown color: approx Chocolate. HEX triplet: C6, 5C and 19. RGB value is (198,92,25). Sum of RGB (Red+Green+Blue) = 198+92+25=315 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.86% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 25 (10.16% from 255 or 7.94% from 315); Max value from RGB is 198 - color contains mainly: red. Hex color #C65C19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65C19 is #39A3E6. Grayscale: #747474. Windows color (decimal): -3777511 or 1662150. OLE color: 1662150.

HSL color Cylindrical-coordinate representation of color #C65C19: hue angle of 23.24º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C65C19 is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB1989225-
CMYK00.540.870.22
HSL23.24º77.58%43.73%-
HSV(B)23.24º87.37%77.65%-
XYZ27.2919.733.29-
YUV116.0676.62186.45-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 62.86%
GREEN value IS 92 (36.33% from 255) = 29.21%
BLUE value IS 25 (10.16% from 255) = 7.94%
R=62.86%
G=29.21%
B=7.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198922500.540.870.2223.2477.5843.73
HexC65C190365716174e2c
Octal30613431066127262711654
Binary110001101011100110010110110101011110110101111001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65C19; }

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

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

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

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

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

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

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

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