#926015

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

Shades of Golden Brown #926015

Tints of Golden Brown #926015

Color information

#926015 (or 0x926015) is unknown color: approx Golden Brown. HEX triplet: 92, 60 and 15. RGB value is (146,96,21). Sum of RGB (Red+Green+Blue) = 146+96+21=263 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.51% from 263); Green value is 96 (37.89% from 255 or 36.50% from 263); Blue value is 21 (8.59% from 255 or 7.98% from 263); Max value from RGB is 146 - color contains mainly: red. Hex color #926015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926015 is #6D9FEA. Grayscale: #666666. Windows color (decimal): -7184363 or 1400978. OLE color: 1400978.

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

Color convert

RGB1469621-
CMYK00.340.860.43
HSL36º74.85%32.75%-
HSV(B)36º85.62%57.25%-
XYZ16.1714.532.66-
YUV102.482.06159.1-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 55.51%
GREEN value IS 96 (37.89% from 255) = 36.50%
BLUE value IS 21 (8.59% from 255) = 7.98%
R=55.51%
G=36.50%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146962100.340.860.433674.8532.75
Hex926015022562B244b21
Octal22214025042126534411341
Binary10010010110000010101010001010101101010111001001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926015; }

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

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

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

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

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

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

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

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