Html Css Color HEX #95886E Pale Oyster

📋 copy color: '#95886E'

red 149 ◦ green 136 ◦ blue 110

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

Shades of Pale Oyster #95886E

Tints of Pale Oyster #95886E

RGB

 RED value IS 149 (58.59% from 255) = 37.72%

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

 BLUE value IS 110 (43.36% from 255) = 27.85%

R = 37.72%
G = 34.43%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#95886E (or 0x95886E) is known color: Pale Oyster. HEX triplet: 95, 88 and 6E. RGB value is (149,136,110). Sum of RGB (Red+Green+Blue) = 149+136+110=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 149 - color contains mainly: red. Hex color #95886E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95886E is #6A7791. Grayscale: #898989. Windows color (decimal): -6977426 or 7243925. OLE color: 7243925.

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

Color convert

RGB 149 136 110 -
CMYK 0 0.09 0.26 0.42
HSL 40º 0.16% 0.51% -
HSV(B) 40º 0.26% 0.58% -
XYZ 24.01 25.12 18.34 -
YUV 136.92 112.81 136.61 -
System Red Green Blue C M Y K H S L
Decimal 149 136 110 0 0.09 0.26 0.42 40 0.16 0.51
Hex 95 88 6E 0 9 1A 2A 28 10 33
Octal 225 210 156 0 11 32 52 50 20 63
Binary 10010101 10001000 1101110 0 1001 11010 101010 101000 10000 110011

Color Harmonies of #95886E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95886E

Black with #95886E

Text Example


Text Example

White with #95886E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #95886E;
 }
 .AnyTagClassName
 {
   color: #95886E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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