Html Css Color HEX #958569 Pale Oyster

📋 copy color: '#958569'

red 149 ◦ green 133 ◦ blue 105

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

Shades of Pale Oyster #958569

Tints of Pale Oyster #958569

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.37%

 BLUE value IS 105 (41.41% from 255) = 27.13%

R = 38.5%
G = 34.37%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#958569 (or 0x958569) is known color: Pale Oyster. HEX triplet: 95, 85 and 69. RGB value is (149,133,105). Sum of RGB (Red+Green+Blue) = 149+133+105=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 105 (41.41% from 255 or 27.13% from 387); Max value from RGB is 149 - color contains mainly: red. Hex color #958569 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958569 is #6A7A96. Grayscale: #868686. Windows color (decimal): -6978199 or 6915477. OLE color: 6915477.

HSL color Cylindrical-coordinate representation of color #958569: hue angle of 38.18º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #958569 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 133 105 -
CMYK 0 0.11 0.30 0.42
HSL 38.18º 0.17% 0.5% -
HSV(B) 38.18º 0.3% 0.58% -
XYZ 23.33 24.18 16.8 -
YUV 134.59 111.3 138.28 -
System Red Green Blue C M Y K H S L
Decimal 149 133 105 0 0.11 0.30 0.42 38.18 0.17 0.5
Hex 95 85 69 0 B 1E 2A 26 11 32
Octal 225 205 151 0 13 36 52 46 21 62
Binary 10010101 10000101 1101001 0 1011 11110 101010 100110 10001 110010

Color Harmonies of #958569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958569

Black with #958569

Text Example


Text Example

White with #958569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958569; }

 p { color: rgb(149,133,105); }

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

background-color css

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

 a { background-color: rgb(149,133,105); }

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

border-color css

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

 span { border-color: rgb(149,133,105); }

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