#916A1A

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

Shades of Golden Brown #916A1A

Tints of Golden Brown #916A1A

Color information

#916A1A (or 0x916A1A) is unknown color: approx Golden Brown. HEX triplet: 91, 6A and 1A. RGB value is (145,106,26). Sum of RGB (Red+Green+Blue) = 145+106+26=277 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.35% from 277); Green value is 106 (41.80% from 255 or 38.27% from 277); Blue value is 26 (10.55% from 255 or 9.39% from 277); Max value from RGB is 145 - color contains mainly: red. Hex color #916A1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916A1A is #6E95E5. Grayscale: #6C6C6C. Windows color (decimal): -7247334 or 1731217. OLE color: 1731217.

HSL color Cylindrical-coordinate representation of color #916A1A: hue angle of 40.34º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #916A1A is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB14510626-
CMYK00.270.820.43
HSL40.34º69.59%33.53%-
HSV(B)40.34º82.07%56.86%-
XYZ17.0216.43.25-
YUV108.5481.42154-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 52.35%
GREEN value IS 106 (41.80% from 255) = 38.27%
BLUE value IS 26 (10.55% from 255) = 9.39%
R=52.35%
G=38.27%
B=9.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.82
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451062600.270.820.4340.3469.5933.53
Hex916A1A01B522B284622
Octal22115232033122535010642
Binary1001000111010101101001101110100101010111010001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916A1A; }

 p { color: rgb(145,106,26); }

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

<style>
 a { background-color: #916A1A; }

 a { background-color: rgb(145,106,26); }

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

<style>
 span { border-color: #916A1A; }

 span { border-color: rgb(145,106,26); }

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