#916A0D

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

Shades of Golden Brown #916A0D

Tints of Golden Brown #916A0D

Color information

#916A0D (or 0x916A0D) is unknown color: approx Golden Brown. HEX triplet: 91, 6A and 0D. RGB value is (145,106,13). Sum of RGB (Red+Green+Blue) = 145+106+13=264 (34% of max value = 765). Red value is 145 (57.03% from 255 or 54.92% from 264); Green value is 106 (41.80% from 255 or 40.15% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 145 - color contains mainly: red. Hex color #916A0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916A0D is #6E95F2. Grayscale: #6B6B6B. Windows color (decimal): -7247347 or 879249. OLE color: 879249.

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

Color convert

RGB14510613-
CMYK00.270.910.43
HSL42.27º83.54%30.98%-
HSV(B)42.27º91.03%56.86%-
XYZ16.916.362.65-
YUV107.0674.92155.06-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 54.92%
GREEN value IS 106 (41.80% from 255) = 40.15%
BLUE value IS 13 (5.47% from 255) = 4.92%
R=54.92%
G=40.15%
B=4.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.91
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451061300.270.910.4342.2783.5430.98
Hex916AD01B5B2B2a541f
Octal22115215033133535212437
Binary10010001110101011010110111011011101011101010101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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