#95856F

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

Shades of Schooner #95856F

Tints of Schooner #95856F

Color information

#95856F (or 0x95856F) is unknown color: approx Schooner. HEX triplet: 95, 85 and 6F. RGB value is (149,133,111). Sum of RGB (Red+Green+Blue) = 149+133+111=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 111 (43.75% from 255 or 28.24% from 393); Max value from RGB is 149 - color contains mainly: red. Hex color #95856F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95856F is #6A7A90. Grayscale: #878787. Windows color (decimal): -6978193 or 7308693. OLE color: 7308693.

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

Color convert

RGB149133111-
CMYK00.110.260.42
HSL34.74º15.2%50.98%-
HSV(B)34.74º25.5%58.43%-
XYZ23.6524.3118.49-
YUV135.28114.3137.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.91%
GREEN value IS 133 (52.34% from 255) = 33.84%
BLUE value IS 111 (43.75% from 255) = 28.24%
R=37.91%
G=33.84%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913311100.110.260.4234.7415.250.98
Hex95856F0B1A2A23f33
Octal2252051570133252431763
Binary1001010110000101110111101011110101010101000111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95856F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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