#968878

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

Shades of Schooner #968878

Tints of Schooner #968878

Color information

#968878 (or 0x968878) is unknown color: approx Schooner. HEX triplet: 96, 88 and 78. RGB value is (150,136,120). Sum of RGB (Red+Green+Blue) = 150+136+120=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 120 (47.27% from 255 or 29.56% from 406); Max value from RGB is 150 - color contains mainly: red. Hex color #968878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968878 is #697787. Grayscale: #8A8A8A. Windows color (decimal): -6911880 or 7899286. OLE color: 7899286.

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

Color convert

RGB150136120-
CMYK00.090.200.41
HSL32º12.5%52.94%-
HSV(B)32º20%58.82%-
XYZ24.7725.4521.38-
YUV138.36117.64136.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.95%
GREEN value IS 136 (53.52% from 255) = 33.50%
BLUE value IS 120 (47.27% from 255) = 29.56%
R=36.95%
G=33.50%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013612000.090.200.413212.552.94
Hex96887809142920d35
Octal2262101700112451401565
Binary1001011010001000111100001001101001010011000001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968878; }

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

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

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

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

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

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

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

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