Html Css Color HEX #9B8961 Pale Oyster

📋 copy color: '#9B8961'

red 155 ◦ green 137 ◦ blue 97

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

Shades of Pale Oyster #9B8961

Tints of Pale Oyster #9B8961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.94%

R = 39.85%
G = 35.22%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.37

 K value IS 0.39

RGB Variations

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

Color information

#9B8961 (or 0x9B8961) is known color: Pale Oyster. HEX triplet: 9B, 89 and 61. RGB value is (155,137,97). Sum of RGB (Red+Green+Blue) = 155+137+97=389 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.85% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 97 (38.28% from 255 or 24.94% from 389); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8961 is #64769E. Grayscale: #8A8A8A. Windows color (decimal): -6583967 or 6392219. OLE color: 6392219.

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

Color convert

RGB 155 137 97 -
CMYK 0 0.12 0.37 0.39
HSL 41.38º 0.23% 0.49% -
HSV(B) 41.38º 0.37% 0.61% -
XYZ 24.62 25.72 14.98 -
YUV 137.82 104.96 140.25 -
System Red Green Blue C M Y K H S L
Decimal 155 137 97 0 0.12 0.37 0.39 41.38 0.23 0.49
Hex 9B 89 61 0 C 25 27 29 17 31
Octal 233 211 141 0 14 45 47 51 27 61
Binary 10011011 10001001 1100001 0 1100 100101 100111 101001 10111 110001

Color Harmonies of #9B8961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8961

Black with #9B8961

Text Example


Text Example

White with #9B8961

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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