Html Css Color HEX #90968D Mantle

📋 copy color: '#90968D'

red 144 ◦ green 150 ◦ blue 141

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

Shades of Mantle #90968D

Tints of Mantle #90968D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.48%

 BLUE value IS 141 (55.47% from 255) = 32.41%

R = 33.1%
G = 34.48%
B = 32.41%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#90968D (or 0x90968D) is known color: Mantle. HEX triplet: 90, 96 and 8D. RGB value is (144,150,141). Sum of RGB (Red+Green+Blue) = 144+150+141=435 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.10% from 435); Green value is 150 (58.98% from 255 or 34.48% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 150 - color contains mainly: green. Hex color #90968D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90968D is #6F6972. Grayscale: #939393. Windows color (decimal): -7301491 or 9279120. OLE color: 9279120.

HSL color Cylindrical-coordinate representation of color #90968D: hue angle of 100º degrees, saturation: 0.04, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #90968D is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 144 150 141 -
CMYK 0.04 0 0.06 0.41
HSL 100º 0.04% 0.57% -
HSV(B) 100º 0.06% 0.59% -
XYZ 27.22 29.67 29.49 -
YUV 147.18 124.51 125.73 -
System Red Green Blue C M Y K H S L
Decimal 144 150 141 0.04 0 0.06 0.41 100 0.04 0.57
Hex 90 96 8D 4 0 6 29 64 4 39
Octal 220 226 215 4 0 6 51 144 4 71
Binary 10010000 10010110 10001101 100 0 110 101001 1100100 100 111001

Color Harmonies of #90968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90968D

Black with #90968D

Text Example


Text Example

White with #90968D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90968D; }

 p { color: rgb(144,150,141); }

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

background-color css

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

 a { background-color: rgb(144,150,141); }

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

border-color css

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

 span { border-color: rgb(144,150,141); }

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