#915F06

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

Shades of Golden Brown #915F06

Tints of Golden Brown #915F06

Color information

#915F06 (or 0x915F06) is unknown color: approx Golden Brown. HEX triplet: 91, 5F and 06. RGB value is (145,95,6). Sum of RGB (Red+Green+Blue) = 145+95+6=246 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.94% from 246); Green value is 95 (37.5% from 255 or 38.62% from 246); Blue value is 6 (2.73% from 255 or 2.44% from 246); Max value from RGB is 145 - color contains mainly: red. Hex color #915F06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915F06 is #6EA0F9. Grayscale: #646464. Windows color (decimal): -7250170 or 417681. OLE color: 417681.

HSL color Cylindrical-coordinate representation of color #915F06: hue angle of 38.42º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #915F06 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.43.

Color convert

RGB145956-
CMYK00.340.960.43
HSL38.42º92.05%29.61%-
HSV(B)38.42º95.86%56.86%-
XYZ15.814.222.08-
YUV99.875.06160.24-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 58.94%
GREEN value IS 95 (37.5% from 255) = 38.62%
BLUE value IS 6 (2.73% from 255) = 2.44%
R=58.94%
G=38.62%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.96
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14595600.340.960.4338.4292.0529.61
Hex915F6022602B265c1e
Octal2211376042140534613436
Binary10010001101111111001000101100000101011100110101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915F06; }

 p { color: rgb(145,95,6); }

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

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

 a { background-color: rgb(145,95,6); }

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

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

 span { border-color: rgb(145,95,6); }

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