Html Css Color HEX #9B9179 Pale Oyster

📋 copy color: '#9B9179'

red 155 ◦ green 145 ◦ blue 121

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

Shades of Pale Oyster #9B9179

Tints of Pale Oyster #9B9179

RGB

 RED value IS 155 (60.94% from 255) = 36.82%

 GREEN value IS 145 (57.03% from 255) = 34.44%

 BLUE value IS 121 (47.66% from 255) = 28.74%

R = 36.82%
G = 34.44%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9B9179 (or 0x9B9179) is known color: Pale Oyster. HEX triplet: 9B, 91 and 79. RGB value is (155,145,121). Sum of RGB (Red+Green+Blue) = 155+145+121=421 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.82% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 121 (47.66% from 255 or 28.74% from 421); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9179 is #646E86. Grayscale: #919191. Windows color (decimal): -6581895 or 7967131. OLE color: 7967131.

HSL color Cylindrical-coordinate representation of color #9B9179: hue angle of 42.35º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9B9179 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 145 121 -
CMYK 0 0.06 0.22 0.39
HSL 42.35º 0.15% 0.54% -
HSV(B) 42.35º 0.22% 0.61% -
XYZ 27.09 28.6 22.18 -
YUV 145.25 114.31 134.95 -
System Red Green Blue C M Y K H S L
Decimal 155 145 121 0 0.06 0.22 0.39 42.35 0.15 0.54
Hex 9B 91 79 0 6 16 27 2A F 36
Octal 233 221 171 0 6 26 47 52 17 66
Binary 10011011 10010001 1111001 0 110 10110 100111 101010 1111 110110

Color Harmonies of #9B9179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9179

Black with #9B9179

Text Example


Text Example

White with #9B9179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B9179; }

 p { color: rgb(155,145,121); }

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

background-color css

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

 a { background-color: rgb(155,145,121); }

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

border-color css

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

 span { border-color: rgb(155,145,121); }

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