#95863C

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

Shades of Highball #95863C

Tints of Highball #95863C

Color information

#95863C (or 0x95863C) is unknown color: approx Highball. HEX triplet: 95, 86 and 3C. RGB value is (149,134,60). Sum of RGB (Red+Green+Blue) = 149+134+60=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 134 (52.73% from 255 or 39.07% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 149 - color contains mainly: red. Hex color #95863C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95863C is #6A79C3. Grayscale: #828282. Windows color (decimal): -6977988 or 3966613. OLE color: 3966613.

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

Color convert

RGB14913460-
CMYK00.100.600.42
HSL49.89º42.58%40.98%-
HSV(B)49.89º59.73%58.43%-
XYZ21.7423.777.72-
YUV130.0588.47141.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.44%
GREEN value IS 134 (52.73% from 255) = 39.07%
BLUE value IS 60 (23.83% from 255) = 17.49%
R=43.44%
G=39.07%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491346000.100.600.4249.8942.5840.98
Hex95863C0A3C2A322b29
Octal225206740127452625351
Binary100101011000011011110001010111100101010110010101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95863C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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