#C59660

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

Shades of Twine #C59660

Tints of Twine #C59660

Color information

#C59660 (or 0xC59660) is unknown color: approx Twine. HEX triplet: C5, 96 and 60. RGB value is (197,150,96). Sum of RGB (Red+Green+Blue) = 197+150+96=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 96 (37.89% from 255 or 21.67% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C59660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59660 is #3A699F. Grayscale: #9E9E9E. Windows color (decimal): -3828128 or 6330053. OLE color: 6330053.

HSL color Cylindrical-coordinate representation of color #C59660: hue angle of 32.08º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C59660 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB19715096-
CMYK00.240.510.23
HSL32.08º46.54%57.45%-
HSV(B)32.08º51.27%77.25%-
XYZ36.0434.5315.83-
YUV157.993.07155.89-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.47%
GREEN value IS 150 (58.98% from 255) = 33.86%
BLUE value IS 96 (37.89% from 255) = 21.67%
R=44.47%
G=33.86%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971509600.240.510.2332.0846.5457.45
HexC596600183317202f39
Octal3052261400306327405771
Binary1100010110010110110000001100011001110111100000101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59660; }

 p { color: rgb(197,150,96); }

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

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

 a { background-color: rgb(197,150,96); }

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

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

 span { border-color: rgb(197,150,96); }

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