Html Css Color HEX #958A6E Pale Oyster

📋 copy color: '#958A6E'

red 149 ◦ green 138 ◦ blue 110

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

Shades of Pale Oyster #958A6E

Tints of Pale Oyster #958A6E

RGB

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

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

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

R = 37.53%
G = 34.76%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#958A6E (or 0x958A6E) is known color: Pale Oyster. HEX triplet: 95, 8A and 6E. RGB value is (149,138,110). Sum of RGB (Red+Green+Blue) = 149+138+110=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 110 (43.36% from 255 or 27.71% from 397); Max value from RGB is 149 - color contains mainly: red. Hex color #958A6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958A6E is #6A7591. Grayscale: #8A8A8A. Windows color (decimal): -6976914 or 7244437. OLE color: 7244437.

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

Color convert

RGB 149 138 110 -
CMYK 0 0.07 0.26 0.42
HSL 43.08º 0.16% 0.51% -
HSV(B) 43.08º 0.26% 0.58% -
XYZ 24.3 25.69 18.43 -
YUV 138.1 112.14 135.78 -
System Red Green Blue C M Y K H S L
Decimal 149 138 110 0 0.07 0.26 0.42 43.08 0.16 0.51
Hex 95 8A 6E 0 7 1A 2A 2B 10 33
Octal 225 212 156 0 7 32 52 53 20 63
Binary 10010101 10001010 1101110 0 111 11010 101010 101011 10000 110011

Color Harmonies of #958A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958A6E

Black with #958A6E

Text Example


Text Example

White with #958A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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