#916607

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

Shades of Golden Brown #916607

Tints of Golden Brown #916607

Color information

#916607 (or 0x916607) is unknown color: approx Golden Brown. HEX triplet: 91, 66 and 07. RGB value is (145,102,7). Sum of RGB (Red+Green+Blue) = 145+102+7=254 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.09% from 254); Green value is 102 (40.23% from 255 or 40.16% from 254); Blue value is 7 (3.12% from 255 or 2.76% from 254); Max value from RGB is 145 - color contains mainly: red. Hex color #916607 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916607 is #6E99F8. Grayscale: #686868. Windows color (decimal): -7248377 or 485009. OLE color: 485009.

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

Color convert

RGB1451027-
CMYK00.300.950.43
HSL41.3º90.79%29.8%-
HSV(B)41.3º95.17%56.86%-
XYZ16.4715.542.33-
YUV104.0373.25157.22-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 57.09%
GREEN value IS 102 (40.23% from 255) = 40.16%
BLUE value IS 7 (3.12% from 255) = 2.76%
R=57.09%
G=40.16%
B=2.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.95
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145102700.300.950.4341.390.7929.8
Hex9166701E5F2B295b1e
Octal2211467036137535113336
Binary1001000111001101110111101011111101011101001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916607; }

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

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

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

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

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

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

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

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