#916615

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

Shades of Golden Brown #916615

Tints of Golden Brown #916615

Color information

#916615 (or 0x916615) is unknown color: approx Golden Brown. HEX triplet: 91, 66 and 15. RGB value is (145,102,21). Sum of RGB (Red+Green+Blue) = 145+102+21=268 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.10% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 21 (8.59% from 255 or 7.84% from 268); Max value from RGB is 145 - color contains mainly: red. Hex color #916615 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916615 is #6E99EA. Grayscale: #696969. Windows color (decimal): -7248363 or 1402513. OLE color: 1402513.

HSL color Cylindrical-coordinate representation of color #916615: hue angle of 39.19º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #916615 is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB14510221-
CMYK00.300.860.43
HSL39.19º74.7%32.55%-
HSV(B)39.19º85.52%56.86%-
XYZ16.5615.582.84-
YUV105.6280.25156.09-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 54.10%
GREEN value IS 102 (40.23% from 255) = 38.06%
BLUE value IS 21 (8.59% from 255) = 7.84%
R=54.10%
G=38.06%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451022100.300.860.4339.1974.732.55
Hex91661501E562B274b21
Octal22114625036126534711341
Binary1001000111001101010101111010101101010111001111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916615; }

 p { color: rgb(145,102,21); }

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

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

 a { background-color: rgb(145,102,21); }

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

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

 span { border-color: rgb(145,102,21); }

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