#968876

Color #968876 Schooner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Schooner #968876

Tints of Schooner #968876

Color information

#968876 (or 0x968876) is unknown color: approx Schooner. HEX triplet: 96, 88 and 76. RGB value is (150,136,118). Sum of RGB (Red+Green+Blue) = 150+136+118=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 150 - color contains mainly: red. Hex color #968876 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968876 is #697789. Grayscale: #8A8A8A. Windows color (decimal): -6911882 or 7768214. OLE color: 7768214.

HSL color Cylindrical-coordinate representation of color #968876: hue angle of 33.75º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #968876 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB150136118-
CMYK00.090.210.41
HSL33.75º13.22%52.55%-
HSV(B)33.75º21.33%58.82%-
XYZ24.6525.420.74-
YUV138.13116.64136.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.13%
GREEN value IS 136 (53.52% from 255) = 33.66%
BLUE value IS 118 (46.48% from 255) = 29.21%
R=37.13%
G=33.66%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013611800.090.210.4133.7513.2252.55
Hex96887609152922d35
Octal2262101660112551421565
Binary1001011010001000111011001001101011010011000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968876; }

 p { color: rgb(150,136,118); }

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

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

 a { background-color: rgb(150,136,118); }

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

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

 span { border-color: rgb(150,136,118); }

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