Html Css Color HEX #958973 Pale Oyster

📋 copy color: '#958973'

red 149 ◦ green 137 ◦ blue 115

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

Shades of Pale Oyster #958973

Tints of Pale Oyster #958973

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.16%

 BLUE value IS 115 (45.31% from 255) = 28.68%

R = 37.16%
G = 34.16%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#958973 (or 0x958973) is known color: Pale Oyster. HEX triplet: 95, 89 and 73. RGB value is (149,137,115). Sum of RGB (Red+Green+Blue) = 149+137+115=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 115 (45.31% from 255 or 28.68% from 401); Max value from RGB is 149 - color contains mainly: red. Hex color #958973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958973 is #6A768C. Grayscale: #8A8A8A. Windows color (decimal): -6977165 or 7571861. OLE color: 7571861.

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

Color convert

RGB 149 137 115 -
CMYK 0 0.08 0.23 0.42
HSL 38.82º 0.14% 0.52% -
HSV(B) 38.82º 0.23% 0.58% -
XYZ 24.43 25.52 19.86 -
YUV 138.08 114.98 135.79 -
System Red Green Blue C M Y K H S L
Decimal 149 137 115 0 0.08 0.23 0.42 38.82 0.14 0.52
Hex 95 89 73 0 8 17 2A 27 E 34
Octal 225 211 163 0 10 27 52 47 16 64
Binary 10010101 10001001 1110011 0 1000 10111 101010 100111 1110 110100

Color Harmonies of #958973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958973

Black with #958973

Text Example


Text Example

White with #958973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958973; }

 p { color: rgb(149,137,115); }

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

background-color css

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

 a { background-color: rgb(149,137,115); }

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

border-color css

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

 span { border-color: rgb(149,137,115); }

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