#95866F

Color #95866F Pale Oyster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Oyster #95866F

Tints of Pale Oyster #95866F

Color information

#95866F (or 0x95866F) is unknown color: approx Pale Oyster. HEX triplet: 95, 86 and 6F. RGB value is (149,134,111). Sum of RGB (Red+Green+Blue) = 149+134+111=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 111 (43.75% from 255 or 28.17% from 394); Max value from RGB is 149 - color contains mainly: red. Hex color #95866F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95866F is #6A7990. Grayscale: #878787. Windows color (decimal): -6977937 or 7308949. OLE color: 7308949.

HSL color Cylindrical-coordinate representation of color #95866F: hue angle of 36.32º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #95866F is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB149134111-
CMYK00.100.260.42
HSL36.32º15.2%50.98%-
HSV(B)36.32º25.5%58.43%-
XYZ23.7924.5918.53-
YUV135.86113.97137.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.82%
GREEN value IS 134 (52.73% from 255) = 34.01%
BLUE value IS 111 (43.75% from 255) = 28.17%
R=37.82%
G=34.01%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913411100.100.260.4236.3215.250.98
Hex95866F0A1A2A24f33
Octal2252061570123252441763
Binary1001010110000110110111101010110101010101001001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95866F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95866F; }

 p { color: rgb(149,134,111); }

 H1.HeaderClassName
 {
   color: #95866F;
 }
 .AnyTagClassName
 {
   color: #95866F;
 }
</style>
background-color css

<style>
 a { background-color: #95866F; }

 a { background-color: rgb(149,134,111); }

 div.DivClassName
 {
   background-color: #95866F;
 }
 .BgClassName
 {
   background-color: #95866F;
 }
</style>
border-color css

<style>
 span { border-color: #95866F; }

 span { border-color: rgb(149,134,111); }

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