Html Css Color HEX #967581 Venus

📋 copy color: '#967581'

red 150 ◦ green 117 ◦ blue 129

#967581
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venus #967581

Tints of Venus #967581

RGB

 RED value IS 150 (58.98% from 255) = 37.88%

 GREEN value IS 117 (46.09% from 255) = 29.55%

 BLUE value IS 129 (50.78% from 255) = 32.58%

R = 37.88%
G = 29.55%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#967581 (or 0x967581) is known color: Venus. HEX triplet: 96, 75 and 81. RGB value is (150,117,129). Sum of RGB (Red+Green+Blue) = 150+117+129=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 150 - color contains mainly: red. Hex color #967581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967581 is #698A7E. Grayscale: #808080. Windows color (decimal): -6916735 or 8484246. OLE color: 8484246.

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

Color convert

RGB 150 117 129 -
CMYK 0 0.22 0.14 0.41
HSL 338.18º 0.14% 0.52% -
HSV(B) 338.18º 0.22% 0.59% -
XYZ 22.9 20.79 23.58 -
YUV 128.24 128.43 143.52 -
System Red Green Blue C M Y K H S L
Decimal 150 117 129 0 0.22 0.14 0.41 338.18 0.14 0.52
Hex 96 75 81 0 16 E 29 152 E 34
Octal 226 165 201 0 26 16 51 522 16 64
Binary 10010110 1110101 10000001 0 10110 1110 101001 101010010 1110 110100

Color Harmonies of #967581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967581

Black with #967581

Text Example


Text Example

White with #967581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967581; }

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

 H1.HeaderClassName
 {
   color: #967581;
 }
 .AnyTagClassName
 {
   color: #967581;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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