#916605

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

Shades of Golden Brown #916605

Tints of Golden Brown #916605

Color information

#916605 (or 0x916605) is unknown color: approx Golden Brown. HEX triplet: 91, 66 and 05. RGB value is (145,102,5). Sum of RGB (Red+Green+Blue) = 145+102+5=252 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.54% from 252); Green value is 102 (40.23% from 255 or 40.48% from 252); Blue value is 5 (2.34% from 255 or 1.98% from 252); Max value from RGB is 145 - color contains mainly: red. Hex color #916605 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916605 is #6E99FA. Grayscale: #686868. Windows color (decimal): -7248379 or 353937. OLE color: 353937.

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

Color convert

RGB1451025-
CMYK00.300.970.43
HSL41.57º93.33%29.41%-
HSV(B)41.57º96.55%56.86%-
XYZ16.4615.532.27-
YUV103.872.25157.39-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 57.54%
GREEN value IS 102 (40.23% from 255) = 40.48%
BLUE value IS 5 (2.34% from 255) = 1.98%
R=57.54%
G=40.48%
B=1.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.97
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145102500.300.970.4341.5793.3329.41
Hex9166501E612B2a5d1d
Octal2211465036141535213535
Binary1001000111001101010111101100001101011101010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916605; }

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

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

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

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

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

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

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

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