Html Css Color HEX #9B8966 Pale Oyster

📋 copy color: '#9B8966'

red 155 ◦ green 137 ◦ blue 102

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

Shades of Pale Oyster #9B8966

Tints of Pale Oyster #9B8966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 25.89%

R = 39.34%
G = 34.77%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.39

RGB Variations

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

Color information

#9B8966 (or 0x9B8966) is known color: Pale Oyster. HEX triplet: 9B, 89 and 66. RGB value is (155,137,102). Sum of RGB (Red+Green+Blue) = 155+137+102=394 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.34% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 102 (40.23% from 255 or 25.89% from 394); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8966 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8966 is #647699. Grayscale: #8A8A8A. Windows color (decimal): -6583962 or 6719899. OLE color: 6719899.

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

Color convert

RGB 155 137 102 -
CMYK 0 0.12 0.34 0.39
HSL 39.62º 0.21% 0.5% -
HSV(B) 39.62º 0.34% 0.61% -
XYZ 24.86 25.82 16.24 -
YUV 138.39 107.46 139.85 -
System Red Green Blue C M Y K H S L
Decimal 155 137 102 0 0.12 0.34 0.39 39.62 0.21 0.5
Hex 9B 89 66 0 C 22 27 28 15 32
Octal 233 211 146 0 14 42 47 50 25 62
Binary 10011011 10001001 1100110 0 1100 100010 100111 101000 10101 110010

Color Harmonies of #9B8966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8966

Black with #9B8966

Text Example


Text Example

White with #9B8966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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