#95856E

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

Shades of Pale Oyster #95856E

Tints of Pale Oyster #95856E

Color information

#95856E (or 0x95856E) is unknown color: approx Pale Oyster. HEX triplet: 95, 85 and 6E. RGB value is (149,133,110). Sum of RGB (Red+Green+Blue) = 149+133+110=392 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.01% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 110 (43.36% from 255 or 28.06% from 392); Max value from RGB is 149 - color contains mainly: red. Hex color #95856E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95856E is #6A7A91. Grayscale: #878787. Windows color (decimal): -6978194 or 7243157. OLE color: 7243157.

HSL color Cylindrical-coordinate representation of color #95856E: hue angle of 35.38º degrees, saturation: 0.16, 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 #95856E is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB149133110-
CMYK00.110.260.42
HSL35.38º15.54%50.78%-
HSV(B)35.38º26.17%58.43%-
XYZ23.624.2918.2-
YUV135.16113.8137.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.01%
GREEN value IS 133 (52.34% from 255) = 33.93%
BLUE value IS 110 (43.36% from 255) = 28.06%
R=38.01%
G=33.93%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913311000.110.260.4235.3815.5450.78
Hex95856E0B1A2A231033
Octal2252051560133252432063
Binary10010101100001011101110010111101010101010001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95856E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95856E; }

 p { color: rgb(149,133,110); }

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

<style>
 a { background-color: #95856E; }

 a { background-color: rgb(149,133,110); }

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

<style>
 span { border-color: #95856E; }

 span { border-color: rgb(149,133,110); }

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