#9A6517

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

Shades of Golden Brown #9A6517

Tints of Golden Brown #9A6517

Color information

#9A6517 (or 0x9A6517) is unknown color: approx Golden Brown. HEX triplet: 9A, 65 and 17. RGB value is (154,101,23). Sum of RGB (Red+Green+Blue) = 154+101+23=278 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.40% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 23 (9.38% from 255 or 8.27% from 278); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6517 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A6517 is #659AE8. Grayscale: #6C6C6C. Windows color (decimal): -6658793 or 1533338. OLE color: 1533338.

HSL color Cylindrical-coordinate representation of color #9A6517: hue angle of 35.73º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9A6517 is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.40.

Color convert

RGB15410123-
CMYK00.340.850.40
HSL35.73º74.01%34.71%-
HSV(B)35.73º85.06%60.39%-
XYZ18.1316.242.99-
YUV107.9680.06160.84-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 55.40%
GREEN value IS 101 (39.84% from 255) = 36.33%
BLUE value IS 23 (9.38% from 255) = 8.27%
R=55.40%
G=36.33%
B=8.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.85
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541012300.340.850.4035.7374.0134.71
Hex9A65170225528244a23
Octal23214527042125504411243
Binary10011010110010110111010001010101011010001001001001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,101,23); }

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

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

 a { background-color: rgb(154,101,23); }

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

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

 span { border-color: rgb(154,101,23); }

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