Html Css Color HEX #95896D Pale Oyster

📋 copy color: '#95896D'

red 149 ◦ green 137 ◦ blue 109

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

Shades of Pale Oyster #95896D

Tints of Pale Oyster #95896D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.59%

R = 37.72%
G = 34.68%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#95896D (or 0x95896D) is known color: Pale Oyster. HEX triplet: 95, 89 and 6D. RGB value is (149,137,109). Sum of RGB (Red+Green+Blue) = 149+137+109=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 149 - color contains mainly: red. Hex color #95896D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95896D is #6A7692. Grayscale: #898989. Windows color (decimal): -6977171 or 7178645. OLE color: 7178645.

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

Color convert

RGB 149 137 109 -
CMYK 0 0.08 0.27 0.42
HSL 42º 0.16% 0.51% -
HSV(B) 42º 0.27% 0.58% -
XYZ 24.1 25.39 18.1 -
YUV 137.4 111.98 136.28 -
System Red Green Blue C M Y K H S L
Decimal 149 137 109 0 0.08 0.27 0.42 42 0.16 0.51
Hex 95 89 6D 0 8 1B 2A 2A 10 33
Octal 225 211 155 0 10 33 52 52 20 63
Binary 10010101 10001001 1101101 0 1000 11011 101010 101010 10000 110011

Color Harmonies of #95896D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95896D

Black with #95896D

Text Example


Text Example

White with #95896D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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