#968183

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

Shades of Venus #968183

Tints of Venus #968183

Color information

#968183 (or 0x968183) is unknown color: approx Venus. HEX triplet: 96, 81 and 83. RGB value is (150,129,131). Sum of RGB (Red+Green+Blue) = 150+129+131=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 129 (50.78% from 255 or 31.46% from 410); Blue value is 131 (51.56% from 255 or 31.95% from 410); Max value from RGB is 150 - color contains mainly: red. Hex color #968183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968183 is #697E7C. Grayscale: #878787. Windows color (decimal): -6913661 or 8618390. OLE color: 8618390.

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

Color convert

RGB150129131-
CMYK00.140.130.41
HSL354.29º9.09%54.71%-
HSV(B)354.29º14%58.82%-
XYZ24.5223.8224.78-
YUV135.51125.46138.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.59%
GREEN value IS 129 (50.78% from 255) = 31.46%
BLUE value IS 131 (51.56% from 255) = 31.95%
R=36.59%
G=31.46%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012913100.140.130.41354.299.0954.71
Hex9681830ED29162937
Octal22620120301615515421167
Binary1001011010000001100000110111011011010011011000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968183; }

 p { color: rgb(150,129,131); }

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

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

 a { background-color: rgb(150,129,131); }

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

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

 span { border-color: rgb(150,129,131); }

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