#968B71

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

Shades of Pale Oyster #968B71

Tints of Pale Oyster #968B71

Color information

#968B71 (or 0x968B71) is unknown color: approx Pale Oyster. HEX triplet: 96, 8B and 71. RGB value is (150,139,113). Sum of RGB (Red+Green+Blue) = 150+139+113=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 139 (54.69% from 255 or 34.58% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 150 - color contains mainly: red. Hex color #968B71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968B71 is #69748E. Grayscale: #8B8B8B. Windows color (decimal): -6911119 or 7441302. OLE color: 7441302.

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

Color convert

RGB150139113-
CMYK00.070.250.41
HSL42.16º14.98%51.57%-
HSV(B)42.16º24.67%58.82%-
XYZ24.7926.1419.36-
YUV139.32113.14135.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.31%
GREEN value IS 139 (54.69% from 255) = 34.58%
BLUE value IS 113 (44.53% from 255) = 28.11%
R=37.31%
G=34.58%
B=28.11%

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
Decimal15013911300.070.250.4142.1614.9851.57
Hex968B710719292af34
Octal226213161073151521764
Binary100101101000101111100010111110011010011010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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