#997581

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

Shades of Venus #997581

Tints of Venus #997581

Color information

#997581 (or 0x997581) is unknown color: approx Venus. HEX triplet: 99, 75 and 81. RGB value is (153,117,129). Sum of RGB (Red+Green+Blue) = 153+117+129=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 129 (50.78% from 255 or 32.33% from 399); Max value from RGB is 153 - color contains mainly: red. Hex color #997581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997581 is #668A7E. Grayscale: #818181. Windows color (decimal): -6720127 or 8484249. OLE color: 8484249.

HSL color Cylindrical-coordinate representation of color #997581: hue angle of 340º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #997581 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB153117129-
CMYK00.240.160.4
HSL340º15%52.94%-
HSV(B)340º23.53%60%-
XYZ23.4621.0823.6-
YUV129.13127.93145.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.35%
GREEN value IS 117 (46.09% from 255) = 29.32%
BLUE value IS 129 (50.78% from 255) = 32.33%
R=38.35%
G=29.32%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311712900.240.160.43401552.94
Hex9975810181028154f35
Octal23116520103020505241765
Binary10011001111010110000001011000100001010001010101001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997581; }

 p { color: rgb(153,117,129); }

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

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

 a { background-color: rgb(153,117,129); }

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

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

 span { border-color: rgb(153,117,129); }

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