#916507

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

Shades of Golden Brown #916507

Tints of Golden Brown #916507

Color information

#916507 (or 0x916507) is unknown color: approx Golden Brown. HEX triplet: 91, 65 and 07. RGB value is (145,101,7). Sum of RGB (Red+Green+Blue) = 145+101+7=253 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.31% from 253); Green value is 101 (39.84% from 255 or 39.92% from 253); Blue value is 7 (3.12% from 255 or 2.77% from 253); Max value from RGB is 145 - color contains mainly: red. Hex color #916507 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916507 is #6E9AF8. Grayscale: #676767. Windows color (decimal): -7248633 or 484753. OLE color: 484753.

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

Color convert

RGB1451017-
CMYK00.300.950.43
HSL40.87º90.79%29.8%-
HSV(B)40.87º95.17%56.86%-
XYZ16.3715.342.3-
YUV103.4473.58157.64-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 57.31%
GREEN value IS 101 (39.84% from 255) = 39.92%
BLUE value IS 7 (3.12% from 255) = 2.77%
R=57.31%
G=39.92%
B=2.77%

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
Decimal145101700.300.950.4340.8790.7929.8
Hex9165701E5F2B295b1e
Octal2211457036137535113336
Binary1001000111001011110111101011111101011101001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916507; }

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

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

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

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

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

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

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

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