#999341

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

Shades of Highball #999341

Tints of Highball #999341

Color information

#999341 (or 0x999341) is unknown color: approx Highball. HEX triplet: 99, 93 and 41. RGB value is (153,147,65). Sum of RGB (Red+Green+Blue) = 153+147+65=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 147 (57.81% from 255 or 40.27% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 153 - color contains mainly: red. Hex color #999341 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999341 is #666CBE. Grayscale: #8B8B8B. Windows color (decimal): -6712511 or 4297625. OLE color: 4297625.

HSL color Cylindrical-coordinate representation of color #999341: hue angle of 55.91º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #999341 is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB15314765-
CMYK00.040.580.4
HSL55.91º40.37%42.75%-
HSV(B)55.91º57.52%60%-
XYZ24.5228.029.12-
YUV139.4585.99137.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.92%
GREEN value IS 147 (57.81% from 255) = 40.27%
BLUE value IS 65 (25.78% from 255) = 17.81%
R=41.92%
G=40.27%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531476500.040.580.455.9140.3742.75
Hex999341043A2838282b
Octal231223101047250705053
Binary100110011001001110000010100111010101000111000101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999341; }

 p { color: rgb(153,147,65); }

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

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

 a { background-color: rgb(153,147,65); }

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

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

 span { border-color: rgb(153,147,65); }

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