Html Css Color HEX #958970 Pale Oyster

📋 copy color: '#958970'

red 149 ◦ green 137 ◦ blue 112

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

Shades of Pale Oyster #958970

Tints of Pale Oyster #958970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.14%

R = 37.44%
G = 34.42%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#958970 (or 0x958970) is known color: Pale Oyster. HEX triplet: 95, 89 and 70. RGB value is (149,137,112). Sum of RGB (Red+Green+Blue) = 149+137+112=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 149 - color contains mainly: red. Hex color #958970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958970 is #6A768F. Grayscale: #898989. Windows color (decimal): -6977168 or 7375253. OLE color: 7375253.

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

Color convert

RGB 149 137 112 -
CMYK 0 0.08 0.25 0.42
HSL 40.54º 0.15% 0.51% -
HSV(B) 40.54º 0.25% 0.58% -
XYZ 24.26 25.45 18.96 -
YUV 137.74 113.48 136.03 -
System Red Green Blue C M Y K H S L
Decimal 149 137 112 0 0.08 0.25 0.42 40.54 0.15 0.51
Hex 95 89 70 0 8 19 2A 29 F 33
Octal 225 211 160 0 10 31 52 51 17 63
Binary 10010101 10001001 1110000 0 1000 11001 101010 101001 1111 110011

Color Harmonies of #958970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958970

Black with #958970

Text Example


Text Example

White with #958970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958970; }

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

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

background-color css

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

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

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

border-color css

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

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

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