#C65A17

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

Shades of Chocolate #C65A17

Tints of Chocolate #C65A17

Color information

#C65A17 (or 0xC65A17) is unknown color: approx Chocolate. HEX triplet: C6, 5A and 17. RGB value is (198,90,23). Sum of RGB (Red+Green+Blue) = 198+90+23=311 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.67% from 311); Green value is 90 (35.55% from 255 or 28.94% from 311); Blue value is 23 (9.38% from 255 or 7.40% from 311); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65A17 is #39A5E8. Grayscale: #737373. Windows color (decimal): -3778025 or 1530566. OLE color: 1530566.

HSL color Cylindrical-coordinate representation of color #C65A17: hue angle of 22.97º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C65A17 is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB1989023-
CMYK00.550.880.22
HSL22.97º79.19%43.33%-
HSV(B)22.97º88.38%77.65%-
XYZ27.119.383.12-
YUV114.6576.28187.45-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 63.67%
GREEN value IS 90 (35.55% from 255) = 28.94%
BLUE value IS 23 (9.38% from 255) = 7.40%
R=63.67%
G=28.94%
B=7.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.88
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198902300.550.880.2222.9779.1943.33
HexC65A170375816174f2b
Octal30613227067130262711753
Binary110001101011010101110110111101100010110101111001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65A17; }

 p { color: rgb(198,90,23); }

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

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

 a { background-color: rgb(198,90,23); }

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

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

 span { border-color: rgb(198,90,23); }

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