#96747F

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

Shades of Venus #96747F

Tints of Venus #96747F

Color information

#96747F (or 0x96747F) is unknown color: approx Venus. HEX triplet: 96, 74 and 7F. RGB value is (150,116,127). Sum of RGB (Red+Green+Blue) = 150+116+127=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 150 - color contains mainly: red. Hex color #96747F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96747F is #698B80. Grayscale: #7F7F7F. Windows color (decimal): -6916993 or 8352918. OLE color: 8352918.

HSL color Cylindrical-coordinate representation of color #96747F: hue angle of 340.59º 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 #96747F is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB150116127-
CMYK00.230.150.41
HSL340.59º13.93%52.16%-
HSV(B)340.59º22.67%58.82%-
XYZ22.6520.5122.84-
YUV127.42127.76144.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.17%
GREEN value IS 116 (45.70% from 255) = 29.52%
BLUE value IS 127 (50% from 255) = 32.32%
R=38.17%
G=29.52%
B=32.32%

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
Decimal15011612700.230.150.41340.5913.9352.16
Hex96747F017F29155e34
Octal22616417702717515251664
Binary100101101110100111111101011111111010011010101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96747F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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