Html Css Color HEX #997481 Venus

📋 copy color: '#997481'

red 153 ◦ green 116 ◦ blue 129

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

Shades of Venus #997481

Tints of Venus #997481

RGB

 RED value IS 153 (60.16% from 255) = 38.44%

 GREEN value IS 116 (45.7% from 255) = 29.15%

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

R = 38.44%
G = 29.15%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#997481 (or 0x997481) is known color: Venus. HEX triplet: 99, 74 and 81. RGB value is (153,116,129). Sum of RGB (Red+Green+Blue) = 153+116+129=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 153 - color contains mainly: red. Hex color #997481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997481 is #668B7E. Grayscale: #808080. Windows color (decimal): -6720383 or 8483993. OLE color: 8483993.

HSL color Cylindrical-coordinate representation of color #997481: hue angle of 338.92º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #997481 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 116 129 -
CMYK 0 0.24 0.16 0.4
HSL 338.92º 0.15% 0.53% -
HSV(B) 338.92º 0.24% 0.6% -
XYZ 23.34 20.85 23.56 -
YUV 128.55 128.26 145.44 -
System Red Green Blue C M Y K H S L
Decimal 153 116 129 0 0.24 0.16 0.4 338.92 0.15 0.53
Hex 99 74 81 0 18 10 28 153 F 35
Octal 231 164 201 0 30 20 50 523 17 65
Binary 10011001 1110100 10000001 0 11000 10000 101000 101010011 1111 110101

Color Harmonies of #997481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997481

Black with #997481

Text Example


Text Example

White with #997481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997481; }

 p { color: rgb(153,116,129); }

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

background-color css

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

 a { background-color: rgb(153,116,129); }

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

border-color css

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

 span { border-color: rgb(153,116,129); }

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