Html Css Color HEX #958670 Pale Oyster

📋 copy color: '#958670'

red 149 ◦ green 134 ◦ blue 112

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

Shades of Pale Oyster #958670

Tints of Pale Oyster #958670

RGB

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

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

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

R = 37.72%
G = 33.92%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#958670 (or 0x958670) is known color: Pale Oyster. HEX triplet: 95, 86 and 70. RGB value is (149,134,112). Sum of RGB (Red+Green+Blue) = 149+134+112=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 149 - color contains mainly: red. Hex color #958670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958670 is #6A798F. Grayscale: #888888. Windows color (decimal): -6977936 or 7374485. OLE color: 7374485.

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

Color convert

RGB 149 134 112 -
CMYK 0 0.10 0.25 0.42
HSL 35.68º 0.15% 0.51% -
HSV(B) 35.68º 0.25% 0.58% -
XYZ 23.84 24.61 18.82 -
YUV 135.98 114.47 137.29 -
System Red Green Blue C M Y K H S L
Decimal 149 134 112 0 0.10 0.25 0.42 35.68 0.15 0.51
Hex 95 86 70 0 A 19 2A 24 F 33
Octal 225 206 160 0 12 31 52 44 17 63
Binary 10010101 10000110 1110000 0 1010 11001 101010 100100 1111 110011

Color Harmonies of #958670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958670

Black with #958670

Text Example


Text Example

White with #958670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958670; }

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

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

background-color css

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

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

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

border-color css

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

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

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