#96737F

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

Shades of Venus #96737F

Tints of Venus #96737F

Color information

#96737F (or 0x96737F) is unknown color: approx Venus. HEX triplet: 96, 73 and 7F. RGB value is (150,115,127). Sum of RGB (Red+Green+Blue) = 150+115+127=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 150 - color contains mainly: red. Hex color #96737F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96737F is #698C80. Grayscale: #7E7E7E. Windows color (decimal): -6917249 or 8352662. OLE color: 8352662.

HSL color Cylindrical-coordinate representation of color #96737F: hue angle of 339.43º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96737F is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB150115127-
CMYK00.230.150.41
HSL339.43º14.29%51.96%-
HSV(B)339.43º23.33%58.82%-
XYZ22.5420.2822.8-
YUV126.83128.1144.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.27%
GREEN value IS 115 (45.31% from 255) = 29.34%
BLUE value IS 127 (50% from 255) = 32.40%
R=38.27%
G=29.34%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011512700.230.150.41339.4314.2951.96
Hex96737F017F29153e34
Octal22616317702717515231664
Binary100101101110011111111101011111111010011010100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96737F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96737F; }

 p { color: rgb(150,115,127); }

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

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

 a { background-color: rgb(150,115,127); }

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

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

 span { border-color: rgb(150,115,127); }

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