#998541

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

Shades of Highball #998541

Tints of Highball #998541

Color information

#998541 (or 0x998541) is unknown color: approx Highball. HEX triplet: 99, 85 and 41. RGB value is (153,133,65). Sum of RGB (Red+Green+Blue) = 153+133+65=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 133 (52.34% from 255 or 37.89% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 153 - color contains mainly: red. Hex color #998541 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998541 is #667ABE. Grayscale: #838383. Windows color (decimal): -6716095 or 4294041. OLE color: 4294041.

HSL color Cylindrical-coordinate representation of color #998541: hue angle of 46.36º 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 #998541 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB15313365-
CMYK00.130.580.4
HSL46.36º40.37%42.75%-
HSV(B)46.36º57.52%60%-
XYZ22.4823.938.44-
YUV131.2390.63143.53-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.59%
GREEN value IS 133 (52.34% from 255) = 37.89%
BLUE value IS 65 (25.78% from 255) = 18.52%
R=43.59%
G=37.89%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531336500.130.580.446.3640.3742.75
Hex9985410D3A282e282b
Octal2312051010157250565053
Binary1001100110000101100000101101111010101000101110101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998541; }

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

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

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

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

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

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

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

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