Html Css Color HEX #95866C Pale Oyster

📋 copy color: '#95866C'

red 149 ◦ green 134 ◦ blue 108

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

Shades of Pale Oyster #95866C

Tints of Pale Oyster #95866C

RGB

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

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

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

R = 38.11%
G = 34.27%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#95866C (or 0x95866C) is known color: Pale Oyster. HEX triplet: 95, 86 and 6C. RGB value is (149,134,108). Sum of RGB (Red+Green+Blue) = 149+134+108=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 149 - color contains mainly: red. Hex color #95866C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95866C is #6A7993. Grayscale: #878787. Windows color (decimal): -6977940 or 7112341. OLE color: 7112341.

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

Color convert

RGB 149 134 108 -
CMYK 0 0.10 0.28 0.42
HSL 38.05º 0.16% 0.5% -
HSV(B) 38.05º 0.28% 0.58% -
XYZ 23.63 24.52 17.68 -
YUV 135.52 112.47 137.61 -
System Red Green Blue C M Y K H S L
Decimal 149 134 108 0 0.10 0.28 0.42 38.05 0.16 0.5
Hex 95 86 6C 0 A 1C 2A 26 10 32
Octal 225 206 154 0 12 34 52 46 20 62
Binary 10010101 10000110 1101100 0 1010 11100 101010 100110 10000 110010

Color Harmonies of #95866C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95866C

Black with #95866C

Text Example


Text Example

White with #95866C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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