Html Css Color HEX #968185 Venus

📋 copy color: '#968185'

red 150 ◦ green 129 ◦ blue 133

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

Shades of Venus #968185

Tints of Venus #968185

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.31%

 BLUE value IS 133 (52.34% from 255) = 32.28%

R = 36.41%
G = 31.31%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#968185 (or 0x968185) is known color: Venus. HEX triplet: 96, 81 and 85. RGB value is (150,129,133). Sum of RGB (Red+Green+Blue) = 150+129+133=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 133 (52.34% from 255 or 32.28% from 412); Max value from RGB is 150 - color contains mainly: red. Hex color #968185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968185 is #697E7A. Grayscale: #878787. Windows color (decimal): -6913659 or 8749462. OLE color: 8749462.

HSL color Cylindrical-coordinate representation of color #968185: hue angle of 348.57º 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 #968185 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 129 133 -
CMYK 0 0.14 0.11 0.41
HSL 348.57º 0.09% 0.55% -
HSV(B) 348.57º 0.14% 0.59% -
XYZ 24.66 23.88 25.5 -
YUV 135.74 126.46 138.17 -
System Red Green Blue C M Y K H S L
Decimal 150 129 133 0 0.14 0.11 0.41 348.57 0.09 0.55
Hex 96 81 85 0 E B 29 15D 9 37
Octal 226 201 205 0 16 13 51 535 11 67
Binary 10010110 10000001 10000101 0 1110 1011 101001 101011101 1001 110111

Color Harmonies of #968185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968185

Black with #968185

Text Example


Text Example

White with #968185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968185; }

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

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

background-color css

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

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

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

border-color css

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

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

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