Html Css Color HEX #9B8A6E Pale Oyster

📋 copy color: '#9B8A6E'

red 155 ◦ green 138 ◦ blue 110

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

Shades of Pale Oyster #9B8A6E

Tints of Pale Oyster #9B8A6E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.24%

 BLUE value IS 110 (43.36% from 255) = 27.3%

R = 38.46%
G = 34.24%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9B8A6E (or 0x9B8A6E) is known color: Pale Oyster. HEX triplet: 9B, 8A and 6E. RGB value is (155,138,110). Sum of RGB (Red+Green+Blue) = 155+138+110=403 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.46% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 110 (43.36% from 255 or 27.30% from 403); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8A6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8A6E is #647591. Grayscale: #8C8C8C. Windows color (decimal): -6583698 or 7244443. OLE color: 7244443.

HSL color Cylindrical-coordinate representation of color #9B8A6E: hue angle of 37.33º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9B8A6E is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 138 110 -
CMYK 0 0.11 0.29 0.39
HSL 37.33º 0.18% 0.52% -
HSV(B) 37.33º 0.29% 0.61% -
XYZ 25.42 26.27 18.48 -
YUV 139.89 111.13 138.78 -
System Red Green Blue C M Y K H S L
Decimal 155 138 110 0 0.11 0.29 0.39 37.33 0.18 0.52
Hex 9B 8A 6E 0 B 1D 27 25 12 34
Octal 233 212 156 0 13 35 47 45 22 64
Binary 10011011 10001010 1101110 0 1011 11101 100111 100101 10010 110100

Color Harmonies of #9B8A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8A6E

Black with #9B8A6E

Text Example


Text Example

White with #9B8A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,138,110); }

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

background-color css

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

 a { background-color: rgb(155,138,110); }

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

border-color css

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

 span { border-color: rgb(155,138,110); }

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