Html Css Color HEX #95866D Pale Oyster

📋 copy color: '#95866D'

red 149 ◦ green 134 ◦ blue 109

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

Shades of Pale Oyster #95866D

Tints of Pale Oyster #95866D

RGB

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

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

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

R = 38.01%
G = 34.18%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#95866D (or 0x95866D) is known color: Pale Oyster. HEX triplet: 95, 86 and 6D. RGB value is (149,134,109). Sum of RGB (Red+Green+Blue) = 149+134+109=392 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.01% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 149 - color contains mainly: red. Hex color #95866D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95866D is #6A7992. Grayscale: #878787. Windows color (decimal): -6977939 or 7177877. OLE color: 7177877.

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

Color convert

RGB 149 134 109 -
CMYK 0 0.10 0.27 0.42
HSL 37.5º 0.16% 0.51% -
HSV(B) 37.5º 0.27% 0.58% -
XYZ 23.68 24.54 17.96 -
YUV 135.64 112.97 137.53 -
System Red Green Blue C M Y K H S L
Decimal 149 134 109 0 0.10 0.27 0.42 37.5 0.16 0.51
Hex 95 86 6D 0 A 1B 2A 26 10 33
Octal 225 206 155 0 12 33 52 46 20 63
Binary 10010101 10000110 1101101 0 1010 11011 101010 100110 10000 110011

Color Harmonies of #95866D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95866D

Black with #95866D

Text Example


Text Example

White with #95866D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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