Html Css Color HEX #967881 Venus

📋 copy color: '#967881'

red 150 ◦ green 120 ◦ blue 129

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

Shades of Venus #967881

Tints of Venus #967881

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.08%

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

R = 37.59%
G = 30.08%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#967881 (or 0x967881) is known color: Venus. HEX triplet: 96, 78 and 81. RGB value is (150,120,129). Sum of RGB (Red+Green+Blue) = 150+120+129=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 129 (50.78% from 255 or 32.33% from 399); Max value from RGB is 150 - color contains mainly: red. Hex color #967881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967881 is #69877E. Grayscale: #818181. Windows color (decimal): -6915967 or 8485014. OLE color: 8485014.

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

Color convert

RGB 150 120 129 -
CMYK 0 0.20 0.14 0.41
HSL 342º 0.13% 0.53% -
HSV(B) 342º 0.2% 0.59% -
XYZ 23.26 21.5 23.69 -
YUV 130 127.44 142.27 -
System Red Green Blue C M Y K H S L
Decimal 150 120 129 0 0.20 0.14 0.41 342 0.13 0.53
Hex 96 78 81 0 14 E 29 156 C 35
Octal 226 170 201 0 24 16 51 526 14 65
Binary 10010110 1111000 10000001 0 10100 1110 101001 101010110 1100 110101

Color Harmonies of #967881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967881

Black with #967881

Text Example


Text Example

White with #967881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967881; }

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

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

background-color css

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

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

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

border-color css

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

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

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