#967D85

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

Shades of Venus #967D85

Tints of Venus #967D85

Color information

#967D85 (or 0x967D85) is unknown color: approx Venus. HEX triplet: 96, 7D and 85. RGB value is (150,125,133). Sum of RGB (Red+Green+Blue) = 150+125+133=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 125 (49.22% from 255 or 30.64% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 150 - color contains mainly: red. Hex color #967D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967D85 is #69827A. Grayscale: #858585. Windows color (decimal): -6914683 or 8748438. OLE color: 8748438.

HSL color Cylindrical-coordinate representation of color #967D85: hue angle of 340.8º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #967D85 is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB150125133-
CMYK00.170.110.41
HSL340.8º10.64%53.92%-
HSV(B)340.8º16.67%58.82%-
XYZ24.1422.8425.33-
YUV133.39127.78139.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.76%
GREEN value IS 125 (49.22% from 255) = 30.64%
BLUE value IS 133 (52.34% from 255) = 32.60%
R=36.76%
G=30.64%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012513300.170.110.41340.810.6453.92
Hex967D85011B29155b36
Octal22617520502113515251366
Binary1001011011111011000010101000110111010011010101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967D85; }

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

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

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

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

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

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

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

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