#93856F

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

Shades of Schooner #93856F

Tints of Schooner #93856F

Color information

#93856F (or 0x93856F) is unknown color: approx Schooner. HEX triplet: 93, 85 and 6F. RGB value is (147,133,111). Sum of RGB (Red+Green+Blue) = 147+133+111=391 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.60% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 111 (43.75% from 255 or 28.39% from 391); Max value from RGB is 147 - color contains mainly: red. Hex color #93856F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93856F is #6C7A90. Grayscale: #868686. Windows color (decimal): -7109265 or 7308691. OLE color: 7308691.

HSL color Cylindrical-coordinate representation of color #93856F: hue angle of 36.67º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #93856F is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB147133111-
CMYK00.100.240.42
HSL36.67º14.29%50.59%-
HSV(B)36.67º24.49%57.65%-
XYZ23.2924.1318.47-
YUV134.68114.64136.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.60%
GREEN value IS 133 (52.34% from 255) = 34.02%
BLUE value IS 111 (43.75% from 255) = 28.39%
R=37.60%
G=34.02%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713311100.100.240.4236.6714.2950.59
Hex93856F0A182A25e33
Octal2232051570123052451663
Binary1001001110000101110111101010110001010101001011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93856F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93856F; }

 p { color: rgb(147,133,111); }

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

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

 a { background-color: rgb(147,133,111); }

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

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

 span { border-color: rgb(147,133,111); }

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