#968B70

Color #968B70 Pale Oyster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Oyster #968B70

Tints of Pale Oyster #968B70

Color information

#968B70 (or 0x968B70) is unknown color: approx Pale Oyster. HEX triplet: 96, 8B and 70. RGB value is (150,139,112). Sum of RGB (Red+Green+Blue) = 150+139+112=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 150 - color contains mainly: red. Hex color #968B70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968B70 is #69748F. Grayscale: #8B8B8B. Windows color (decimal): -6911120 or 7375766. OLE color: 7375766.

HSL color Cylindrical-coordinate representation of color #968B70: hue angle of 42.63º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #968B70 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB150139112-
CMYK00.070.250.41
HSL42.63º15.32%51.37%-
HSV(B)42.63º25.33%58.82%-
XYZ24.7326.1219.07-
YUV139.21112.64135.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.41%
GREEN value IS 139 (54.69% from 255) = 34.66%
BLUE value IS 112 (44.14% from 255) = 27.93%
R=37.41%
G=34.66%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013911200.070.250.4142.6315.3251.37
Hex968B700719292bf33
Octal226213160073151531763
Binary100101101000101111100000111110011010011010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968B70; }

 p { color: rgb(150,139,112); }

 H1.HeaderClassName
 {
   color: #968B70;
 }
 .AnyTagClassName
 {
   color: #968B70;
 }
</style>
background-color css

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

 a { background-color: rgb(150,139,112); }

 div.DivClassName
 {
   background-color: #968B70;
 }
 .BgClassName
 {
   background-color: #968B70;
 }
</style>
border-color css

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

 span { border-color: rgb(150,139,112); }

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