#9A7108

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

Shades of Golden Brown #9A7108

Tints of Golden Brown #9A7108

Color information

#9A7108 (or 0x9A7108) is unknown color: approx Golden Brown. HEX triplet: 9A, 71 and 08. RGB value is (154,113,8). Sum of RGB (Red+Green+Blue) = 154+113+8=275 (36% of max value = 765). Red value is 154 (60.55% from 255 or 56% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 8 (3.52% from 255 or 2.91% from 275); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7108 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A7108 is #658EF7. Grayscale: #717171. Windows color (decimal): -6655736 or 553370. OLE color: 553370.

HSL color Cylindrical-coordinate representation of color #9A7108: hue angle of 43.15º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9A7108 is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.40.

Color convert

RGB1541138-
CMYK00.270.950.40
HSL43.15º90.12%31.76%-
HSV(B)43.15º94.81%60.39%-
XYZ19.2818.72.82-
YUV113.2968.58157.04-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 56%
GREEN value IS 113 (44.53% from 255) = 41.09%
BLUE value IS 8 (3.52% from 255) = 2.91%
R=56%
G=41.09%
B=2.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.95
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154113800.270.950.4043.1590.1231.76
Hex9A71801B5F282b5a20
Octal23216110033137505313240
Binary100110101110001100001101110111111010001010111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,113,8); }

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

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

 a { background-color: rgb(154,113,8); }

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

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

 span { border-color: rgb(154,113,8); }

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