Html Css Color HEX #95866E Pale Oyster

📋 copy color: '#95866E'

red 149 ◦ green 134 ◦ blue 110

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

Shades of Pale Oyster #95866E

Tints of Pale Oyster #95866E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.1%

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

R = 37.91%
G = 34.1%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#95866E (or 0x95866E) is known color: Pale Oyster. HEX triplet: 95, 86 and 6E. RGB value is (149,134,110). Sum of RGB (Red+Green+Blue) = 149+134+110=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 149 - color contains mainly: red. Hex color #95866E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95866E is #6A7991. Grayscale: #878787. Windows color (decimal): -6977938 or 7243413. OLE color: 7243413.

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

Color convert

RGB 149 134 110 -
CMYK 0 0.10 0.26 0.42
HSL 36.92º 0.16% 0.51% -
HSV(B) 36.92º 0.26% 0.58% -
XYZ 23.73 24.57 18.24 -
YUV 135.75 113.47 137.45 -
System Red Green Blue C M Y K H S L
Decimal 149 134 110 0 0.10 0.26 0.42 36.92 0.16 0.51
Hex 95 86 6E 0 A 1A 2A 25 10 33
Octal 225 206 156 0 12 32 52 45 20 63
Binary 10010101 10000110 1101110 0 1010 11010 101010 100101 10000 110011

Color Harmonies of #95866E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95866E

Black with #95866E

Text Example


Text Example

White with #95866E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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