#916013

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

Shades of Golden Brown #916013

Tints of Golden Brown #916013

Color information

#916013 (or 0x916013) is unknown color: approx Golden Brown. HEX triplet: 91, 60 and 13. RGB value is (145,96,19). Sum of RGB (Red+Green+Blue) = 145+96+19=260 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.77% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 145 - color contains mainly: red. Hex color #916013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916013 is #6E9FEC. Grayscale: #666666. Windows color (decimal): -7249901 or 1269905. OLE color: 1269905.

HSL color Cylindrical-coordinate representation of color #916013: hue angle of 36.67º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #916013 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.43.

Color convert

RGB1459619-
CMYK00.340.870.43
HSL36.67º76.83%32.16%-
HSV(B)36.67º86.9%56.86%-
XYZ15.9814.432.56-
YUV101.8781.23158.76-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 55.77%
GREEN value IS 96 (37.89% from 255) = 36.92%
BLUE value IS 19 (7.81% from 255) = 7.31%
R=55.77%
G=36.92%
B=7.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.87
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145961900.340.870.4336.6776.8332.16
Hex916013022572B254d20
Octal22114023042127534511540
Binary10010001110000010011010001010101111010111001011001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916013; }

 p { color: rgb(145,96,19); }

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

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

 a { background-color: rgb(145,96,19); }

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

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

 span { border-color: rgb(145,96,19); }

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