Html Css Color HEX #9B8B65 Pale Oyster

📋 copy color: '#9B8B65'

red 155 ◦ green 139 ◦ blue 101

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

Shades of Pale Oyster #9B8B65

Tints of Pale Oyster #9B8B65

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.19%

 BLUE value IS 101 (39.84% from 255) = 25.57%

R = 39.24%
G = 35.19%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#9B8B65 (or 0x9B8B65) is known color: Pale Oyster. HEX triplet: 9B, 8B and 65. RGB value is (155,139,101). Sum of RGB (Red+Green+Blue) = 155+139+101=395 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.24% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8B65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8B65 is #64749A. Grayscale: #8B8B8B. Windows color (decimal): -6583451 or 6654875. OLE color: 6654875.

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

Color convert

RGB 155 139 101 -
CMYK 0 0.10 0.35 0.39
HSL 42.22º 0.21% 0.5% -
HSV(B) 42.22º 0.35% 0.61% -
XYZ 25.1 26.37 16.08 -
YUV 139.45 106.3 139.09 -
System Red Green Blue C M Y K H S L
Decimal 155 139 101 0 0.10 0.35 0.39 42.22 0.21 0.5
Hex 9B 8B 65 0 A 23 27 2A 15 32
Octal 233 213 145 0 12 43 47 52 25 62
Binary 10011011 10001011 1100101 0 1010 100011 100111 101010 10101 110010

Color Harmonies of #9B8B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8B65

Black with #9B8B65

Text Example


Text Example

White with #9B8B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,139,101); }

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

background-color css

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

 a { background-color: rgb(155,139,101); }

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

border-color css

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

 span { border-color: rgb(155,139,101); }

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