#9D993B

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

Shades of Highball #9D993B

Tints of Highball #9D993B

Color information

#9D993B (or 0x9D993B) is unknown color: approx Highball. HEX triplet: 9D, 99 and 3B. RGB value is (157,153,59). Sum of RGB (Red+Green+Blue) = 157+153+59=369 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.55% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 59 (23.44% from 255 or 15.99% from 369); Max value from RGB is 157 - color contains mainly: red. Hex color #9D993B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D993B is #6266C4. Grayscale: #8F8F8F. Windows color (decimal): -6448837 or 3905949. OLE color: 3905949.

HSL color Cylindrical-coordinate representation of color #9D993B: hue angle of 57.55º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9D993B is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.38.

Color convert

RGB15715359-
CMYK00.030.620.38
HSL57.55º45.37%42.35%-
HSV(B)57.55º62.42%61.57%-
XYZ26.0930.278.6-
YUV143.4880.33137.64-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.55%
GREEN value IS 153 (60.16% from 255) = 41.46%
BLUE value IS 59 (23.44% from 255) = 15.99%
R=42.55%
G=41.46%
B=15.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571535900.030.620.3857.5545.3742.35
Hex9D993B033E263a2d2a
Octal23523173037646725552
Binary1001110110011001111011011111110100110111010101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D993B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D993B; }

 p { color: rgb(157,153,59); }

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

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

 a { background-color: rgb(157,153,59); }

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

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

 span { border-color: rgb(157,153,59); }

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