Html Css Color HEX #9B886B Pale Oyster

📋 copy color: '#9B886B'

red 155 ◦ green 136 ◦ blue 107

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

Shades of Pale Oyster #9B886B

Tints of Pale Oyster #9B886B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.88%

R = 38.94%
G = 34.17%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#9B886B (or 0x9B886B) is known color: Pale Oyster. HEX triplet: 9B, 88 and 6B. RGB value is (155,136,107). Sum of RGB (Red+Green+Blue) = 155+136+107=398 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.94% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 107 (42.19% from 255 or 26.88% from 398); Max value from RGB is 155 - color contains mainly: red. Hex color #9B886B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B886B is #647794. Grayscale: #8A8A8A. Windows color (decimal): -6584213 or 7047323. OLE color: 7047323.

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

Color convert

RGB 155 136 107 -
CMYK 0 0.12 0.31 0.39
HSL 36.25º 0.19% 0.51% -
HSV(B) 36.25º 0.31% 0.61% -
XYZ 24.98 25.64 17.54 -
YUV 138.38 110.29 139.86 -
System Red Green Blue C M Y K H S L
Decimal 155 136 107 0 0.12 0.31 0.39 36.25 0.19 0.51
Hex 9B 88 6B 0 C 1F 27 24 13 33
Octal 233 210 153 0 14 37 47 44 23 63
Binary 10011011 10001000 1101011 0 1100 11111 100111 100100 10011 110011

Color Harmonies of #9B886B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B886B

Black with #9B886B

Text Example


Text Example

White with #9B886B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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