#916E0D

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

Shades of Golden Brown #916E0D

Tints of Golden Brown #916E0D

Color information

#916E0D (or 0x916E0D) is unknown color: approx Golden Brown. HEX triplet: 91, 6E and 0D. RGB value is (145,110,13). Sum of RGB (Red+Green+Blue) = 145+110+13=268 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.10% from 268); Green value is 110 (43.36% from 255 or 41.04% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 145 - color contains mainly: red. Hex color #916E0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916E0D is #6E91F2. Grayscale: #6D6D6D. Windows color (decimal): -7246323 or 880273. OLE color: 880273.

HSL color Cylindrical-coordinate representation of color #916E0D: hue angle of 44.09º 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 #916E0D is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB14511013-
CMYK00.240.910.43
HSL44.09º83.54%30.98%-
HSV(B)44.09º91.03%56.86%-
XYZ17.3317.22.79-
YUV109.4173.6153.39-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 54.10%
GREEN value IS 110 (43.36% from 255) = 41.04%
BLUE value IS 13 (5.47% from 255) = 4.85%
R=54.10%
G=41.04%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.91
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451101300.240.910.4344.0983.5430.98
Hex916ED0185B2B2c541f
Octal22115615030133535412437
Binary10010001110111011010110001011011101011101100101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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