#9DA645

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

Shades of Brass #9DA645

Tints of Brass #9DA645

Color information

#9DA645 (or 0x9DA645) is unknown color: approx Brass. HEX triplet: 9D, A6 and 45. RGB value is (157,166,69). Sum of RGB (Red+Green+Blue) = 157+166+69=392 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.05% from 392); Green value is 166 (65.23% from 255 or 42.35% from 392); Blue value is 69 (27.34% from 255 or 17.60% from 392); Max value from RGB is 166 - color contains mainly: green. Hex color #9DA645 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA645 is #6259BA. Grayscale: #989898. Windows color (decimal): -6445499 or 4564637. OLE color: 4564637.

HSL color Cylindrical-coordinate representation of color #9DA645: hue angle of 65.57º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9DA645 is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB15716669-
CMYK0.0500.580.35
HSL65.57º41.28%46.08%-
HSV(B)65.57º58.43%65.1%-
XYZ28.6234.8710.85-
YUV152.2581.02131.39-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.05%
GREEN value IS 166 (65.23% from 255) = 42.35%
BLUE value IS 69 (27.34% from 255) = 17.60%
R=40.05%
G=42.35%
B=17.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal157166690.0500.580.3565.5741.2846.08
Hex9DA645503A2342292e
Octal2352461055072431025156
Binary1001110110100110100010110101110101000111000010101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,166,69); }

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

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

 a { background-color: rgb(157,166,69); }

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

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

 span { border-color: rgb(157,166,69); }

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