#926009

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

Shades of Golden Brown #926009

Tints of Golden Brown #926009

Color information

#926009 (or 0x926009) is unknown color: approx Golden Brown. HEX triplet: 92, 60 and 09. RGB value is (146,96,9). Sum of RGB (Red+Green+Blue) = 146+96+9=251 (33% of max value = 765). Red value is 146 (57.42% from 255 or 58.17% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 9 (3.91% from 255 or 3.59% from 251); Max value from RGB is 146 - color contains mainly: red. Hex color #926009 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926009 is #6D9FF6. Grayscale: #656565. Windows color (decimal): -7184375 or 614546. OLE color: 614546.

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

Color convert

RGB146969-
CMYK00.340.940.43
HSL38.1º88.39%30.39%-
HSV(B)38.1º93.84%57.25%-
XYZ16.0914.52.21-
YUV101.0376.06160.07-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 58.17%
GREEN value IS 96 (37.89% from 255) = 38.25%
BLUE value IS 9 (3.91% from 255) = 3.59%
R=58.17%
G=38.25%
B=3.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.94
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14696900.340.940.4338.188.3930.39
Hex926090225E2B26581e
Octal22214011042136534613036
Binary100100101100000100101000101011110101011100110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926009; }

 p { color: rgb(146,96,9); }

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

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

 a { background-color: rgb(146,96,9); }

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

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

 span { border-color: rgb(146,96,9); }

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