Html Css Color HEX #95866F Pale Oyster

📋 copy color: '#95866F'

red 149 ◦ green 134 ◦ blue 111

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

Shades of Pale Oyster #95866F

Tints of Pale Oyster #95866F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.17%

R = 37.82%
G = 34.01%
B = 28.17%

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

#95866F (or 0x95866F) is known color: Pale Oyster. HEX triplet: 95, 86 and 6F. RGB value is (149,134,111). Sum of RGB (Red+Green+Blue) = 149+134+111=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 111 (43.75% from 255 or 28.17% from 394); Max value from RGB is 149 - color contains mainly: red. Hex color #95866F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95866F is #6A7990. Grayscale: #878787. Windows color (decimal): -6977937 or 7308949. OLE color: 7308949.

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

Color convert

RGB 149 134 111 -
CMYK 0 0.10 0.26 0.42
HSL 36.32º 0.15% 0.51% -
HSV(B) 36.32º 0.26% 0.58% -
XYZ 23.79 24.59 18.53 -
YUV 135.86 113.97 137.37 -
System Red Green Blue C M Y K H S L
Decimal 149 134 111 0 0.10 0.26 0.42 36.32 0.15 0.51
Hex 95 86 6F 0 A 1A 2A 24 F 33
Octal 225 206 157 0 12 32 52 44 17 63
Binary 10010101 10000110 1101111 0 1010 11010 101010 100100 1111 110011

Color Harmonies of #95866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95866F

Black with #95866F

Text Example


Text Example

White with #95866F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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