#916007

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

Shades of Golden Brown #916007

Tints of Golden Brown #916007

Color information

#916007 (or 0x916007) is unknown color: approx Golden Brown. HEX triplet: 91, 60 and 07. RGB value is (145,96,7). Sum of RGB (Red+Green+Blue) = 145+96+7=248 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.47% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 7 (3.12% from 255 or 2.82% from 248); Max value from RGB is 145 - color contains mainly: red. Hex color #916007 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916007 is #6E9FF8. Grayscale: #646464. Windows color (decimal): -7249913 or 483473. OLE color: 483473.

HSL color Cylindrical-coordinate representation of color #916007: hue angle of 38.7º 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 #916007 is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.43.

Color convert

RGB145967-
CMYK00.340.950.43
HSL38.7º90.79%29.8%-
HSV(B)38.7º95.17%56.86%-
XYZ15.914.42.14-
YUV100.575.23159.74-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 58.47%
GREEN value IS 96 (37.89% from 255) = 38.71%
BLUE value IS 7 (3.12% from 255) = 2.82%
R=58.47%
G=38.71%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.95
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14596700.340.950.4338.790.7929.8
Hex916070225F2B275b1e
Octal2211407042137534713336
Binary10010001110000011101000101011111101011100111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916007; }

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

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

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

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

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

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

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

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