#96828A

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

Shades of Venus #96828A

Tints of Venus #96828A

Color information

#96828A (or 0x96828A) is unknown color: approx Venus. HEX triplet: 96, 82 and 8A. RGB value is (150,130,138). Sum of RGB (Red+Green+Blue) = 150+130+138=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 150 - color contains mainly: red. Hex color #96828A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96828A is #697D75. Grayscale: #888888. Windows color (decimal): -6913398 or 9077398. OLE color: 9077398.

HSL color Cylindrical-coordinate representation of color #96828A: hue angle of 336º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #96828A is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB150130138-
CMYK00.130.080.41
HSL336º8.7%54.9%-
HSV(B)336º13.33%58.82%-
XYZ25.1524.2827.41-
YUV136.89128.63137.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.89%
GREEN value IS 130 (51.17% from 255) = 31.10%
BLUE value IS 138 (54.30% from 255) = 33.01%
R=35.89%
G=31.10%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013013800.130.080.413368.754.9
Hex96828A0D829150937
Octal22620221201510515201167
Binary1001011010000010100010100110110001010011010100001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96828A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96828A; }

 p { color: rgb(150,130,138); }

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

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

 a { background-color: rgb(150,130,138); }

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

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

 span { border-color: rgb(150,130,138); }

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