Html Css Color HEX #9B886E Pale Oyster

📋 copy color: '#9B886E'

red 155 ◦ green 136 ◦ blue 110

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

Shades of Pale Oyster #9B886E

Tints of Pale Oyster #9B886E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.92%

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

R = 38.65%
G = 33.92%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9B886E (or 0x9B886E) is known color: Pale Oyster. HEX triplet: 9B, 88 and 6E. RGB value is (155,136,110). Sum of RGB (Red+Green+Blue) = 155+136+110=401 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.65% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 110 (43.36% from 255 or 27.43% from 401); Max value from RGB is 155 - color contains mainly: red. Hex color #9B886E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B886E is #647791. Grayscale: #8A8A8A. Windows color (decimal): -6584210 or 7243931. OLE color: 7243931.

HSL color Cylindrical-coordinate representation of color #9B886E: hue angle of 34.67º 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 #9B886E is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 136 110 -
CMYK 0 0.12 0.29 0.39
HSL 34.67º 0.18% 0.52% -
HSV(B) 34.67º 0.29% 0.61% -
XYZ 25.14 25.7 18.39 -
YUV 138.72 111.79 139.61 -
System Red Green Blue C M Y K H S L
Decimal 155 136 110 0 0.12 0.29 0.39 34.67 0.18 0.52
Hex 9B 88 6E 0 C 1D 27 23 12 34
Octal 233 210 156 0 14 35 47 43 22 64
Binary 10011011 10001000 1101110 0 1100 11101 100111 100011 10010 110100

Color Harmonies of #9B886E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B886E

Black with #9B886E

Text Example


Text Example

White with #9B886E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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