Html Css Color HEX #9B8973 Pale Oyster

📋 copy color: '#9B8973'

red 155 ◦ green 137 ◦ blue 115

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

Shades of Pale Oyster #9B8973

Tints of Pale Oyster #9B8973

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.66%

 BLUE value IS 115 (45.31% from 255) = 28.26%

R = 38.08%
G = 33.66%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#9B8973 (or 0x9B8973) is known color: Pale Oyster. HEX triplet: 9B, 89 and 73. RGB value is (155,137,115). Sum of RGB (Red+Green+Blue) = 155+137+115=407 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.08% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 115 (45.31% from 255 or 28.26% from 407); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8973 is #64768C. Grayscale: #8B8B8B. Windows color (decimal): -6583949 or 7571867. OLE color: 7571867.

HSL color Cylindrical-coordinate representation of color #9B8973: hue angle of 33º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9B8973 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 137 115 -
CMYK 0 0.12 0.26 0.39
HSL 33º 0.17% 0.53% -
HSV(B) 33º 0.26% 0.61% -
XYZ 25.56 26.1 19.91 -
YUV 139.87 113.96 138.79 -
System Red Green Blue C M Y K H S L
Decimal 155 137 115 0 0.12 0.26 0.39 33 0.17 0.53
Hex 9B 89 73 0 C 1A 27 21 11 35
Octal 233 211 163 0 14 32 47 41 21 65
Binary 10011011 10001001 1110011 0 1100 11010 100111 100001 10001 110101

Color Harmonies of #9B8973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8973

Black with #9B8973

Text Example


Text Example

White with #9B8973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,137,115); }

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

background-color css

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

 a { background-color: rgb(155,137,115); }

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

border-color css

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

 span { border-color: rgb(155,137,115); }

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