#96747D

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

Shades of Venus #96747D

Tints of Venus #96747D

Color information

#96747D (or 0x96747D) is unknown color: approx Venus. HEX triplet: 96, 74 and 7D. RGB value is (150,116,125). Sum of RGB (Red+Green+Blue) = 150+116+125=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 150 - color contains mainly: red. Hex color #96747D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96747D is #698B82. Grayscale: #7F7F7F. Windows color (decimal): -6916995 or 8221846. OLE color: 8221846.

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

Color convert

RGB150116125-
CMYK00.230.170.41
HSL344.12º13.93%52.16%-
HSV(B)344.12º22.67%58.82%-
XYZ22.5220.4622.16-
YUV127.19126.76144.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.36%
GREEN value IS 116 (45.70% from 255) = 29.67%
BLUE value IS 125 (49.22% from 255) = 31.97%
R=38.36%
G=29.67%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011612500.230.170.41344.1213.9352.16
Hex96747D0171129158e34
Octal22616417502721515301664
Binary1001011011101001111101010111100011010011010110001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96747D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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