#9CA641

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

Shades of Brass #9CA641

Tints of Brass #9CA641

Color information

#9CA641 (or 0x9CA641) is unknown color: approx Brass. HEX triplet: 9C, A6 and 41. RGB value is (156,166,65). Sum of RGB (Red+Green+Blue) = 156+166+65=387 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.31% from 387); Green value is 166 (65.23% from 255 or 42.89% from 387); Blue value is 65 (25.78% from 255 or 16.80% from 387); Max value from RGB is 166 - color contains mainly: green. Hex color #9CA641 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA641 is #6359BE. Grayscale: #979797. Windows color (decimal): -6511039 or 4302492. OLE color: 4302492.

HSL color Cylindrical-coordinate representation of color #9CA641: hue angle of 65.94º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9CA641 is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB15616665-
CMYK0.0600.610.35
HSL65.94º43.72%45.29%-
HSV(B)65.94º60.84%65.1%-
XYZ28.334.7210.21-
YUV151.579.19131.21-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.31%
GREEN value IS 166 (65.23% from 255) = 42.89%
BLUE value IS 65 (25.78% from 255) = 16.80%
R=40.31%
G=42.89%
B=16.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal156166650.0600.610.3565.9443.7245.29
Hex9CA641603D23422c2d
Octal2342461016075431025455
Binary1001110010100110100000111001111011000111000010101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,166,65); }

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

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

 a { background-color: rgb(156,166,65); }

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

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

 span { border-color: rgb(156,166,65); }

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