#968571

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

Shades of Schooner #968571

Tints of Schooner #968571

Color information

#968571 (or 0x968571) is unknown color: approx Schooner. HEX triplet: 96, 85 and 71. RGB value is (150,133,113). Sum of RGB (Red+Green+Blue) = 150+133+113=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 150 - color contains mainly: red. Hex color #968571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968571 is #697A8E. Grayscale: #878787. Windows color (decimal): -6912655 or 7439766. OLE color: 7439766.

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

Color convert

RGB150133113-
CMYK00.110.250.41
HSL32.43º14.98%51.57%-
HSV(B)32.43º24.67%58.82%-
XYZ23.9524.4519.08-
YUV135.8115.13138.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.88%
GREEN value IS 133 (52.34% from 255) = 33.59%
BLUE value IS 113 (44.53% from 255) = 28.54%
R=37.88%
G=33.59%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013311300.110.250.4132.4314.9851.57
Hex9685710B192920f34
Octal2262051610133151401764
Binary1001011010000101111000101011110011010011000001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968571; }

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

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

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

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

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

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

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

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