#958570

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

Shades of Schooner #958570

Tints of Schooner #958570

Color information

#958570 (or 0x958570) is unknown color: approx Schooner. HEX triplet: 95, 85 and 70. RGB value is (149,133,112). Sum of RGB (Red+Green+Blue) = 149+133+112=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 149 - color contains mainly: red. Hex color #958570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958570 is #6A7A8F. Grayscale: #878787. Windows color (decimal): -6978192 or 7374229. OLE color: 7374229.

HSL color Cylindrical-coordinate representation of color #958570: hue angle of 34.05º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #958570 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB149133112-
CMYK00.110.250.42
HSL34.05º14.86%51.18%-
HSV(B)34.05º24.83%58.43%-
XYZ23.7124.3318.78-
YUV135.39114.8137.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.82%
GREEN value IS 133 (52.34% from 255) = 33.76%
BLUE value IS 112 (44.14% from 255) = 28.43%
R=37.82%
G=33.76%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913311200.110.250.4234.0514.8651.18
Hex9585700B192A22f33
Octal2252051600133152421763
Binary1001010110000101111000001011110011010101000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958570; }

 p { color: rgb(149,133,112); }

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

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

 a { background-color: rgb(149,133,112); }

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

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

 span { border-color: rgb(149,133,112); }

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