#96747E

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

Shades of Venus #96747E

Tints of Venus #96747E

Color information

#96747E (or 0x96747E) is unknown color: approx Venus. HEX triplet: 96, 74 and 7E. RGB value is (150,116,126). Sum of RGB (Red+Green+Blue) = 150+116+126=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 116 (45.70% from 255 or 29.59% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 150 - color contains mainly: red. Hex color #96747E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96747E is #698B81. Grayscale: #7F7F7F. Windows color (decimal): -6916994 or 8287382. OLE color: 8287382.

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

Color convert

RGB150116126-
CMYK00.230.160.41
HSL342.35º13.93%52.16%-
HSV(B)342.35º22.67%58.82%-
XYZ22.5920.4822.5-
YUV127.31127.26144.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.27%
GREEN value IS 116 (45.70% from 255) = 29.59%
BLUE value IS 126 (49.61% from 255) = 32.14%
R=38.27%
G=29.59%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011612600.230.160.41342.3513.9352.16
Hex96747E0171029156e34
Octal22616417602720515261664
Binary1001011011101001111110010111100001010011010101101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96747E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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