#C39660

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

Shades of Twine #C39660

Tints of Twine #C39660

Color information

#C39660 (or 0xC39660) is unknown color: approx Twine. HEX triplet: C3, 96 and 60. RGB value is (195,150,96). Sum of RGB (Red+Green+Blue) = 195+150+96=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 150 (58.98% from 255 or 34.01% from 441); Blue value is 96 (37.89% from 255 or 21.77% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C39660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39660 is #3C699F. Grayscale: #9D9D9D. Windows color (decimal): -3959200 or 6330051. OLE color: 6330051.

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

Color convert

RGB19515096-
CMYK00.230.510.24
HSL32.73º45.21%57.06%-
HSV(B)32.73º50.77%76.47%-
XYZ35.5234.2615.81-
YUV157.393.41154.89-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.22%
GREEN value IS 150 (58.98% from 255) = 34.01%
BLUE value IS 96 (37.89% from 255) = 21.77%
R=44.22%
G=34.01%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951509600.230.510.2432.7345.2157.06
HexC396600173318212d39
Octal3032261400276330415571
Binary1100001110010110110000001011111001111000100001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39660; }

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

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

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

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

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

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

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

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