#997681

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

Shades of Venus #997681

Tints of Venus #997681

Color information

#997681 (or 0x997681) is unknown color: approx Venus. HEX triplet: 99, 76 and 81. RGB value is (153,118,129). Sum of RGB (Red+Green+Blue) = 153+118+129=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 153 - color contains mainly: red. Hex color #997681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997681 is #66897E. Grayscale: #818181. Windows color (decimal): -6719871 or 8484505. OLE color: 8484505.

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

Color convert

RGB153118129-
CMYK00.230.160.4
HSL341.14º14.64%53.14%-
HSV(B)341.14º22.88%60%-
XYZ23.5821.3123.64-
YUV129.72127.6144.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.25%
GREEN value IS 118 (46.48% from 255) = 29.5%
BLUE value IS 129 (50.78% from 255) = 32.25%
R=38.25%
G=29.5%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311812900.230.160.4341.1414.6453.14
Hex9976810171028155f35
Octal23116620102720505251765
Binary10011001111011010000001010111100001010001010101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997681; }

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

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

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

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

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

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

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

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