Html Css Color HEX #9B9079 Pale Oyster

📋 copy color: '#9B9079'

red 155 ◦ green 144 ◦ blue 121

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

Shades of Pale Oyster #9B9079

Tints of Pale Oyster #9B9079

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.29%

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

R = 36.9%
G = 34.29%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9B9079 (or 0x9B9079) is known color: Pale Oyster. HEX triplet: 9B, 90 and 79. RGB value is (155,144,121). Sum of RGB (Red+Green+Blue) = 155+144+121=420 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.90% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 121 (47.66% from 255 or 28.81% from 420); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9079 is #646F86. Grayscale: #909090. Windows color (decimal): -6582151 or 7966875. OLE color: 7966875.

HSL color Cylindrical-coordinate representation of color #9B9079: hue angle of 40.59º 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 #9B9079 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 144 121 -
CMYK 0 0.07 0.22 0.39
HSL 40.59º 0.15% 0.54% -
HSV(B) 40.59º 0.22% 0.61% -
XYZ 26.94 28.3 22.13 -
YUV 144.67 114.64 135.37 -
System Red Green Blue C M Y K H S L
Decimal 155 144 121 0 0.07 0.22 0.39 40.59 0.15 0.54
Hex 9B 90 79 0 7 16 27 29 F 36
Octal 233 220 171 0 7 26 47 51 17 66
Binary 10011011 10010000 1111001 0 111 10110 100111 101001 1111 110110

Color Harmonies of #9B9079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9079

Black with #9B9079

Text Example


Text Example

White with #9B9079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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