Html Css Color HEX #958A73 Pale Oyster

📋 copy color: '#958A73'

red 149 ◦ green 138 ◦ blue 115

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

Shades of Pale Oyster #958A73

Tints of Pale Oyster #958A73

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.33%

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

R = 37.06%
G = 34.33%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#958A73 (or 0x958A73) is known color: Pale Oyster. HEX triplet: 95, 8A and 73. RGB value is (149,138,115). Sum of RGB (Red+Green+Blue) = 149+138+115=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 115 (45.31% from 255 or 28.61% from 402); Max value from RGB is 149 - color contains mainly: red. Hex color #958A73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958A73 is #6A758C. Grayscale: #8A8A8A. Windows color (decimal): -6976909 or 7572117. OLE color: 7572117.

HSL color Cylindrical-coordinate representation of color #958A73: hue angle of 40.59º 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 #958A73 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 138 115 -
CMYK 0 0.07 0.23 0.42
HSL 40.59º 0.14% 0.52% -
HSV(B) 40.59º 0.23% 0.58% -
XYZ 24.58 25.8 19.91 -
YUV 138.67 114.64 135.37 -
System Red Green Blue C M Y K H S L
Decimal 149 138 115 0 0.07 0.23 0.42 40.59 0.14 0.52
Hex 95 8A 73 0 7 17 2A 29 E 34
Octal 225 212 163 0 7 27 52 51 16 64
Binary 10010101 10001010 1110011 0 111 10111 101010 101001 1110 110100

Color Harmonies of #958A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958A73

Black with #958A73

Text Example


Text Example

White with #958A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958A73; }

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

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

background-color css

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

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

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

border-color css

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

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

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