#968776

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

Shades of Schooner #968776

Tints of Schooner #968776

Color information

#968776 (or 0x968776) is unknown color: approx Schooner. HEX triplet: 96, 87 and 76. RGB value is (150,135,118). Sum of RGB (Red+Green+Blue) = 150+135+118=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 118 (46.48% from 255 or 29.28% from 403); Max value from RGB is 150 - color contains mainly: red. Hex color #968776 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968776 is #697889. Grayscale: #898989. Windows color (decimal): -6912138 or 7767958. OLE color: 7767958.

HSL color Cylindrical-coordinate representation of color #968776: hue angle of 31.88º 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 #968776 is Cyan = 0, Magento = 0.1, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB150135118-
CMYK00.10.210.41
HSL31.88º13.22%52.55%-
HSV(B)31.88º21.33%58.82%-
XYZ24.5125.1220.7-
YUV137.55116.97136.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.22%
GREEN value IS 135 (53.12% from 255) = 33.50%
BLUE value IS 118 (46.48% from 255) = 29.28%
R=37.22%
G=33.50%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013511800.10.210.4131.8813.2252.55
Hex9687760A152920d35
Octal2262071660122551401565
Binary1001011010000111111011001010101011010011000001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968776; }

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

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

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

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

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

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

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

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