#9A5617

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

Shades of Golden Brown #9A5617

Tints of Golden Brown #9A5617

Color information

#9A5617 (or 0x9A5617) is unknown color: approx Golden Brown. HEX triplet: 9A, 56 and 17. RGB value is (154,86,23). Sum of RGB (Red+Green+Blue) = 154+86+23=263 (34% of max value = 765). Red value is 154 (60.55% from 255 or 58.56% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 23 (9.38% from 255 or 8.75% from 263); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5617 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A5617 is #65A9E8. Grayscale: #636363. Windows color (decimal): -6662633 or 1529498. OLE color: 1529498.

HSL color Cylindrical-coordinate representation of color #9A5617: hue angle of 28.85º 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 #9A5617 is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.40.

Color convert

RGB1548623-
CMYK00.440.850.40
HSL28.85º74.01%34.71%-
HSV(B)28.85º85.06%60.39%-
XYZ16.8113.592.55-
YUV99.1585.03167.12-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 58.56%
GREEN value IS 86 (33.98% from 255) = 32.70%
BLUE value IS 23 (9.38% from 255) = 8.75%
R=58.56%
G=32.70%
B=8.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.85
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154862300.440.850.4028.8574.0134.71
Hex9A561702C55281d4a23
Octal23212627054125503511243
Binary1001101010101101011101011001010101101000111011001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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