#926018

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

Shades of Golden Brown #926018

Tints of Golden Brown #926018

Color information

#926018 (or 0x926018) is unknown color: approx Golden Brown. HEX triplet: 92, 60 and 18. RGB value is (146,96,24). Sum of RGB (Red+Green+Blue) = 146+96+24=266 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.89% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 24 (9.77% from 255 or 9.02% from 266); Max value from RGB is 146 - color contains mainly: red. Hex color #926018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926018 is #6D9FE7. Grayscale: #676767. Windows color (decimal): -7184360 or 1597586. OLE color: 1597586.

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

Color convert

RGB1469624-
CMYK00.340.840.43
HSL35.41º71.76%33.33%-
HSV(B)35.41º83.56%57.25%-
XYZ16.214.542.82-
YUV102.7483.56158.85-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 54.89%
GREEN value IS 96 (37.89% from 255) = 36.09%
BLUE value IS 24 (9.77% from 255) = 9.02%
R=54.89%
G=36.09%
B=9.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.84
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146962400.340.840.4335.4171.7633.33
Hex926018022542B234821
Octal22214030042124534311041
Binary10010010110000011000010001010101001010111000111001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926018; }

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

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

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

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

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

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

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

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