Html Css Color HEX #9B886C Pale Oyster

📋 copy color: '#9B886C'

red 155 ◦ green 136 ◦ blue 108

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

Shades of Pale Oyster #9B886C

Tints of Pale Oyster #9B886C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.07%

R = 38.85%
G = 34.09%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B886C (or 0x9B886C) is known color: Pale Oyster. HEX triplet: 9B, 88 and 6C. RGB value is (155,136,108). Sum of RGB (Red+Green+Blue) = 155+136+108=399 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.85% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 155 - color contains mainly: red. Hex color #9B886C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B886C is #647793. Grayscale: #8A8A8A. Windows color (decimal): -6584212 or 7112859. OLE color: 7112859.

HSL color Cylindrical-coordinate representation of color #9B886C: hue angle of 35.74º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B886C is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 136 108 -
CMYK 0 0.12 0.30 0.39
HSL 35.74º 0.19% 0.52% -
HSV(B) 35.74º 0.3% 0.61% -
XYZ 25.03 25.66 17.82 -
YUV 138.49 110.79 139.78 -
System Red Green Blue C M Y K H S L
Decimal 155 136 108 0 0.12 0.30 0.39 35.74 0.19 0.52
Hex 9B 88 6C 0 C 1E 27 24 13 34
Octal 233 210 154 0 14 36 47 44 23 64
Binary 10011011 10001000 1101100 0 1100 11110 100111 100100 10011 110100

Color Harmonies of #9B886C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B886C

Black with #9B886C

Text Example


Text Example

White with #9B886C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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