Html Css Color HEX #9B8A63 Pale Oyster

📋 copy color: '#9B8A63'

red 155 ◦ green 138 ◦ blue 99

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

Shades of Pale Oyster #9B8A63

Tints of Pale Oyster #9B8A63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 25.26%

R = 39.54%
G = 35.2%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.36

 K value IS 0.39

RGB Variations

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

Color information

#9B8A63 (or 0x9B8A63) is known color: Pale Oyster. HEX triplet: 9B, 8A and 63. RGB value is (155,138,99). Sum of RGB (Red+Green+Blue) = 155+138+99=392 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.54% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 99 (39.06% from 255 or 25.26% from 392); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8A63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8A63 is #64759C. Grayscale: #8A8A8A. Windows color (decimal): -6583709 or 6523547. OLE color: 6523547.

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

Color convert

RGB 155 138 99 -
CMYK 0 0.11 0.36 0.39
HSL 41.79º 0.22% 0.5% -
HSV(B) 41.79º 0.36% 0.61% -
XYZ 24.86 26.05 15.52 -
YUV 138.64 105.63 139.67 -
System Red Green Blue C M Y K H S L
Decimal 155 138 99 0 0.11 0.36 0.39 41.79 0.22 0.5
Hex 9B 8A 63 0 B 24 27 2A 16 32
Octal 233 212 143 0 13 44 47 52 26 62
Binary 10011011 10001010 1100011 0 1011 100100 100111 101010 10110 110010

Color Harmonies of #9B8A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8A63

Black with #9B8A63

Text Example


Text Example

White with #9B8A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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