Html Css Color HEX #95896C Pale Oyster

📋 copy color: '#95896C'

red 149 ◦ green 137 ◦ blue 108

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

Shades of Pale Oyster #95896C

Tints of Pale Oyster #95896C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.77%

 BLUE value IS 108 (42.58% from 255) = 27.41%

R = 37.82%
G = 34.77%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#95896C (or 0x95896C) is known color: Pale Oyster. HEX triplet: 95, 89 and 6C. RGB value is (149,137,108). Sum of RGB (Red+Green+Blue) = 149+137+108=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 149 - color contains mainly: red. Hex color #95896C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95896C is #6A7693. Grayscale: #898989. Windows color (decimal): -6977172 or 7113109. OLE color: 7113109.

HSL color Cylindrical-coordinate representation of color #95896C: hue angle of 42.44º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95896C is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 137 108 -
CMYK 0 0.08 0.28 0.42
HSL 42.44º 0.16% 0.5% -
HSV(B) 42.44º 0.28% 0.58% -
XYZ 24.05 25.36 17.82 -
YUV 137.28 111.48 136.36 -
System Red Green Blue C M Y K H S L
Decimal 149 137 108 0 0.08 0.28 0.42 42.44 0.16 0.5
Hex 95 89 6C 0 8 1C 2A 2A 10 32
Octal 225 211 154 0 10 34 52 52 20 62
Binary 10010101 10001001 1101100 0 1000 11100 101010 101010 10000 110010

Color Harmonies of #95896C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95896C

Black with #95896C

Text Example


Text Example

White with #95896C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95896C; }

 p { color: rgb(149,137,108); }

 H1.HeaderClassName
 {
   color: #95896C;
 }
 .AnyTagClassName
 {
   color: #95896C;
 }
</style>

background-color css

<style>
 a { background-color: #95896C; }

 a { background-color: rgb(149,137,108); }

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

border-color css

<style>
 span { border-color: #95896C; }

 span { border-color: rgb(149,137,108); }

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