Html Css Color HEX #958669 Pale Oyster

📋 copy color: '#958669'

red 149 ◦ green 134 ◦ blue 105

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

Shades of Pale Oyster #958669

Tints of Pale Oyster #958669

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.54%

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

R = 38.4%
G = 34.54%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#958669 (or 0x958669) is known color: Pale Oyster. HEX triplet: 95, 86 and 69. RGB value is (149,134,105). Sum of RGB (Red+Green+Blue) = 149+134+105=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 105 (41.41% from 255 or 27.06% from 388); Max value from RGB is 149 - color contains mainly: red. Hex color #958669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958669 is #6A7996. Grayscale: #878787. Windows color (decimal): -6977943 or 6915733. OLE color: 6915733.

HSL color Cylindrical-coordinate representation of color #958669: hue angle of 39.55º 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 #958669 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 134 105 -
CMYK 0 0.10 0.30 0.42
HSL 39.55º 0.17% 0.5% -
HSV(B) 39.55º 0.3% 0.58% -
XYZ 23.47 24.46 16.85 -
YUV 135.18 110.97 137.86 -
System Red Green Blue C M Y K H S L
Decimal 149 134 105 0 0.10 0.30 0.42 39.55 0.17 0.5
Hex 95 86 69 0 A 1E 2A 28 11 32
Octal 225 206 151 0 12 36 52 50 21 62
Binary 10010101 10000110 1101001 0 1010 11110 101010 101000 10001 110010

Color Harmonies of #958669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958669

Black with #958669

Text Example


Text Example

White with #958669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958669; }

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

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

background-color css

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

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

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

border-color css

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

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

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