#9A6316

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

Shades of Golden Brown #9A6316

Tints of Golden Brown #9A6316

Color information

#9A6316 (or 0x9A6316) is unknown color: approx Golden Brown. HEX triplet: 9A, 63 and 16. RGB value is (154,99,22). Sum of RGB (Red+Green+Blue) = 154+99+22=275 (36% of max value = 765). Red value is 154 (60.55% from 255 or 56% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6316 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A6316 is #659CE9. Grayscale: #6B6B6B. Windows color (decimal): -6659306 or 1467290. OLE color: 1467290.

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

Color convert

RGB1549922-
CMYK00.360.860.40
HSL35º75%34.51%-
HSV(B)35º85.71%60.39%-
XYZ17.9315.852.87-
YUV106.6780.22161.76-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 56%
GREEN value IS 99 (39.06% from 255) = 36%
BLUE value IS 22 (8.98% from 255) = 8%
R=56%
G=36%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154992200.360.860.40357534.51
Hex9A63160245628234b23
Octal23214326044126504311343
Binary10011010110001110110010010010101101010001000111001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,99,22); }

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

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

 a { background-color: rgb(154,99,22); }

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

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

 span { border-color: rgb(154,99,22); }

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