#95863F

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

Shades of Highball #95863F

Tints of Highball #95863F

Color information

#95863F (or 0x95863F) is unknown color: approx Highball. HEX triplet: 95, 86 and 3F. RGB value is (149,134,63). Sum of RGB (Red+Green+Blue) = 149+134+63=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 63 (25% from 255 or 18.21% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #95863F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95863F is #6A79C0. Grayscale: #828282. Windows color (decimal): -6977985 or 4163221. OLE color: 4163221.

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

Color convert

RGB14913463-
CMYK00.100.580.42
HSL49.53º40.57%41.57%-
HSV(B)49.53º57.72%58.43%-
XYZ21.8223.88.15-
YUV130.3989.97141.27-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.06%
GREEN value IS 134 (52.73% from 255) = 38.73%
BLUE value IS 63 (25% from 255) = 18.21%
R=43.06%
G=38.73%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491346300.100.580.4249.5340.5741.57
Hex95863F0A3A2A32292a
Octal225206770127252625152
Binary100101011000011011111101010111010101010110010101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95863F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,134,63); }

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

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

 a { background-color: rgb(149,134,63); }

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

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

 span { border-color: rgb(149,134,63); }

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