#926501

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

Shades of Golden Brown #926501

Tints of Golden Brown #926501

Color information

#926501 (or 0x926501) is unknown color: approx Golden Brown. HEX triplet: 92, 65 and 01. RGB value is (146,101,1). Sum of RGB (Red+Green+Blue) = 146+101+1=248 (32% of max value = 765). Red value is 146 (57.42% from 255 or 58.87% from 248); Green value is 101 (39.84% from 255 or 40.73% from 248); Blue value is 1 (0.78% from 255 or 0.40% from 248); Max value from RGB is 146 - color contains mainly: red. Hex color #926501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926501 is #6D9AFE. Grayscale: #676767. Windows color (decimal): -7183103 or 91538. OLE color: 91538.

HSL color Cylindrical-coordinate representation of color #926501: hue angle of 41.38º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #926501 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB1461011-
CMYK00.310.990.43
HSL41.38º98.64%28.82%-
HSV(B)41.38º99.32%57.25%-
XYZ16.5115.422.13-
YUV103.0670.41158.63-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 58.87%
GREEN value IS 101 (39.84% from 255) = 40.73%
BLUE value IS 1 (0.78% from 255) = 0.40%
R=58.87%
G=40.73%
B=0.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146101100.310.990.4341.3898.6428.82
Hex9265101F632B29631d
Octal2221451037143535114335
Binary10010010110010110111111100011101011101001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926501; }

 p { color: rgb(146,101,1); }

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

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

 a { background-color: rgb(146,101,1); }

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

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

 span { border-color: rgb(146,101,1); }

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