#925E06

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

Shades of Golden Brown #925E06

Tints of Golden Brown #925E06

Color information

#925E06 (or 0x925E06) is unknown color: approx Golden Brown. HEX triplet: 92, 5E and 06. RGB value is (146,94,6). Sum of RGB (Red+Green+Blue) = 146+94+6=246 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.35% from 246); Green value is 94 (37.11% from 255 or 38.21% from 246); Blue value is 6 (2.73% from 255 or 2.44% from 246); Max value from RGB is 146 - color contains mainly: red. Hex color #925E06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925E06 is #6DA1F9. Grayscale: #636363. Windows color (decimal): -7184890 or 417426. OLE color: 417426.

HSL color Cylindrical-coordinate representation of color #925E06: hue angle of 37.71º 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 #925E06 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.43.

Color convert

RGB146946-
CMYK00.360.960.43
HSL37.71º92.11%29.8%-
HSV(B)37.71º95.89%57.25%-
XYZ15.8914.132.06-
YUV99.5275.23161.16-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 59.35%
GREEN value IS 94 (37.11% from 255) = 38.21%
BLUE value IS 6 (2.73% from 255) = 2.44%
R=59.35%
G=38.21%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.96
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14694600.360.960.4337.7192.1129.8
Hex925E6024602B265c1e
Octal2221366044140534613436
Binary10010010101111011001001001100000101011100110101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925E06; }

 p { color: rgb(146,94,6); }

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

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

 a { background-color: rgb(146,94,6); }

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

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

 span { border-color: rgb(146,94,6); }

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