#999155

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

Shades of Highball #999155

Tints of Highball #999155

Color information

#999155 (or 0x999155) is unknown color: approx Highball. HEX triplet: 99, 91 and 55. RGB value is (153,145,85). Sum of RGB (Red+Green+Blue) = 153+145+85=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 153 - color contains mainly: red. Hex color #999155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999155 is #666EAA. Grayscale: #8C8C8C. Windows color (decimal): -6713003 or 5607833. OLE color: 5607833.

HSL color Cylindrical-coordinate representation of color #999155: hue angle of 52.94º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #999155 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB15314585-
CMYK00.050.440.4
HSL52.94º28.57%46.67%-
HSV(B)52.94º44.44%60%-
XYZ24.927.6812.62-
YUV140.5596.65136.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.95%
GREEN value IS 145 (57.03% from 255) = 37.86%
BLUE value IS 85 (33.59% from 255) = 22.19%
R=39.95%
G=37.86%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531458500.050.440.452.9428.5746.67
Hex999155052C28351d2f
Octal231221125055450653557
Binary10011001100100011010101010110110010100011010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999155; }

 p { color: rgb(153,145,85); }

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

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

 a { background-color: rgb(153,145,85); }

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

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

 span { border-color: rgb(153,145,85); }

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