Html Css Color HEX #958874 Pale Oyster

📋 copy color: '#958874'

red 149 ◦ green 136 ◦ blue 116

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

Shades of Pale Oyster #958874

Tints of Pale Oyster #958874

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.92%

 BLUE value IS 116 (45.7% from 255) = 28.93%

R = 37.16%
G = 33.92%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#958874 (or 0x958874) is known color: Pale Oyster. HEX triplet: 95, 88 and 74. RGB value is (149,136,116). Sum of RGB (Red+Green+Blue) = 149+136+116=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 116 (45.70% from 255 or 28.93% from 401); Max value from RGB is 149 - color contains mainly: red. Hex color #958874 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958874 is #6A778B. Grayscale: #898989. Windows color (decimal): -6977420 or 7637141. OLE color: 7637141.

HSL color Cylindrical-coordinate representation of color #958874: hue angle of 36.36º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #958874 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 136 116 -
CMYK 0 0.09 0.22 0.42
HSL 36.36º 0.13% 0.52% -
HSV(B) 36.36º 0.22% 0.58% -
XYZ 24.35 25.26 20.12 -
YUV 137.61 115.81 136.13 -
System Red Green Blue C M Y K H S L
Decimal 149 136 116 0 0.09 0.22 0.42 36.36 0.13 0.52
Hex 95 88 74 0 9 16 2A 24 D 34
Octal 225 210 164 0 11 26 52 44 15 64
Binary 10010101 10001000 1110100 0 1001 10110 101010 100100 1101 110100

Color Harmonies of #958874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958874

Black with #958874

Text Example


Text Example

White with #958874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958874; }

 p { color: rgb(149,136,116); }

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

background-color css

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

 a { background-color: rgb(149,136,116); }

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

border-color css

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

 span { border-color: rgb(149,136,116); }

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