#968775

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

Shades of Schooner #968775

Tints of Schooner #968775

Color information

#968775 (or 0x968775) is unknown color: approx Schooner. HEX triplet: 96, 87 and 75. RGB value is (150,135,117). Sum of RGB (Red+Green+Blue) = 150+135+117=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 150 - color contains mainly: red. Hex color #968775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968775 is #69788A. Grayscale: #898989. Windows color (decimal): -6912139 or 7702422. OLE color: 7702422.

HSL color Cylindrical-coordinate representation of color #968775: hue angle of 32.73º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #968775 is Cyan = 0, Magento = 0.1, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB150135117-
CMYK00.10.220.41
HSL32.73º13.58%52.35%-
HSV(B)32.73º22%58.82%-
XYZ24.4525.120.38-
YUV137.43116.47136.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.31%
GREEN value IS 135 (53.12% from 255) = 33.58%
BLUE value IS 117 (46.09% from 255) = 29.10%
R=37.31%
G=33.58%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013511700.10.220.4132.7313.5852.35
Hex9687750A162921e34
Octal2262071650122651411664
Binary1001011010000111111010101010101101010011000011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968775; }

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

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

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

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

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

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

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

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