Html Css Color HEX #906E7A Venus

📋 copy color: '#906E7A'

red 144 ◦ green 110 ◦ blue 122

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

Shades of Venus #906E7A

Tints of Venus #906E7A

RGB

 RED value IS 144 (56.64% from 255) = 38.3%

 GREEN value IS 110 (43.36% from 255) = 29.26%

 BLUE value IS 122 (48.05% from 255) = 32.45%

R = 38.3%
G = 29.26%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#906E7A (or 0x906E7A) is known color: Venus. HEX triplet: 90, 6E and 7A. RGB value is (144,110,122). Sum of RGB (Red+Green+Blue) = 144+110+122=376 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.30% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 144 - color contains mainly: red. Hex color #906E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906E7A is #6F9185. Grayscale: #797979. Windows color (decimal): -7311750 or 8023696. OLE color: 8023696.

HSL color Cylindrical-coordinate representation of color #906E7A: hue angle of 338.82º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #906E7A is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 110 122 -
CMYK 0 0.24 0.15 0.44
HSL 338.82º 0.13% 0.5% -
HSV(B) 338.82º 0.24% 0.56% -
XYZ 20.59 18.49 20.9 -
YUV 121.53 128.26 144.02 -
System Red Green Blue C M Y K H S L
Decimal 144 110 122 0 0.24 0.15 0.44 338.82 0.13 0.5
Hex 90 6E 7A 0 18 F 2C 153 D 32
Octal 220 156 172 0 30 17 54 523 15 62
Binary 10010000 1101110 1111010 0 11000 1111 101100 101010011 1101 110010

Color Harmonies of #906E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906E7A

Black with #906E7A

Text Example


Text Example

White with #906E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906E7A; }

 p { color: rgb(144,110,122); }

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

background-color css

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

 a { background-color: rgb(144,110,122); }

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

border-color css

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

 span { border-color: rgb(144,110,122); }

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