Html Css Color HEX #95856E Pale Oyster

📋 copy color: '#95856E'

red 149 ◦ green 133 ◦ blue 110

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

Shades of Pale Oyster #95856E

Tints of Pale Oyster #95856E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.93%

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

R = 38.01%
G = 33.93%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#95856E (or 0x95856E) is known color: Pale Oyster. HEX triplet: 95, 85 and 6E. RGB value is (149,133,110). Sum of RGB (Red+Green+Blue) = 149+133+110=392 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.01% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 110 (43.36% from 255 or 28.06% from 392); Max value from RGB is 149 - color contains mainly: red. Hex color #95856E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95856E is #6A7A91. Grayscale: #878787. Windows color (decimal): -6978194 or 7243157. OLE color: 7243157.

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

Color convert

RGB 149 133 110 -
CMYK 0 0.11 0.26 0.42
HSL 35.38º 0.16% 0.51% -
HSV(B) 35.38º 0.26% 0.58% -
XYZ 23.6 24.29 18.2 -
YUV 135.16 113.8 137.87 -
System Red Green Blue C M Y K H S L
Decimal 149 133 110 0 0.11 0.26 0.42 35.38 0.16 0.51
Hex 95 85 6E 0 B 1A 2A 23 10 33
Octal 225 205 156 0 13 32 52 43 20 63
Binary 10010101 10000101 1101110 0 1011 11010 101010 100011 10000 110011

Color Harmonies of #95856E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95856E

Black with #95856E

Text Example


Text Example

White with #95856E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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