Html Css Color HEX #95876A Pale Oyster

📋 copy color: '#95876A'

red 149 ◦ green 135 ◦ blue 106

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

Shades of Pale Oyster #95876A

Tints of Pale Oyster #95876A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.62%

 BLUE value IS 106 (41.8% from 255) = 27.18%

R = 38.21%
G = 34.62%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#95876A (or 0x95876A) is known color: Pale Oyster. HEX triplet: 95, 87 and 6A. RGB value is (149,135,106). Sum of RGB (Red+Green+Blue) = 149+135+106=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 106 (41.80% from 255 or 27.18% from 390); Max value from RGB is 149 - color contains mainly: red. Hex color #95876A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95876A is #6A7895. Grayscale: #888888. Windows color (decimal): -6977686 or 6981525. OLE color: 6981525.

HSL color Cylindrical-coordinate representation of color #95876A: hue angle of 40.47º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95876A is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 135 106 -
CMYK 0 0.09 0.29 0.42
HSL 40.47º 0.17% 0.5% -
HSV(B) 40.47º 0.29% 0.58% -
XYZ 23.66 24.76 17.17 -
YUV 135.88 111.14 137.36 -
System Red Green Blue C M Y K H S L
Decimal 149 135 106 0 0.09 0.29 0.42 40.47 0.17 0.5
Hex 95 87 6A 0 9 1D 2A 28 11 32
Octal 225 207 152 0 11 35 52 50 21 62
Binary 10010101 10000111 1101010 0 1001 11101 101010 101000 10001 110010

Color Harmonies of #95876A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95876A

Black with #95876A

Text Example


Text Example

White with #95876A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95876A; }

 p { color: rgb(149,135,106); }

 H1.HeaderClassName
 {
   color: #95876A;
 }
 .AnyTagClassName
 {
   color: #95876A;
 }
</style>

background-color css

<style>
 a { background-color: #95876A; }

 a { background-color: rgb(149,135,106); }

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

border-color css

<style>
 span { border-color: #95876A; }

 span { border-color: rgb(149,135,106); }

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