#926604

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

Shades of Golden Brown #926604

Tints of Golden Brown #926604

Color information

#926604 (or 0x926604) is unknown color: approx Golden Brown. HEX triplet: 92, 66 and 04. RGB value is (146,102,4). Sum of RGB (Red+Green+Blue) = 146+102+4=252 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.94% from 252); Green value is 102 (40.23% from 255 or 40.48% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 146 - color contains mainly: red. Hex color #926604 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926604 is #6D99FB. Grayscale: #686868. Windows color (decimal): -7182844 or 288402. OLE color: 288402.

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

Color convert

RGB1461024-
CMYK00.300.970.43
HSL41.41º94.67%29.41%-
HSV(B)41.41º97.26%57.25%-
XYZ16.6315.622.25-
YUV103.9871.58157.97-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 57.94%
GREEN value IS 102 (40.23% from 255) = 40.48%
BLUE value IS 4 (1.95% from 255) = 1.59%
R=57.94%
G=40.48%
B=1.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.97
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146102400.300.970.4341.4194.6729.41
Hex9266401E612B295f1d
Octal2221464036141535113735
Binary1001001011001101000111101100001101011101001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926604; }

 p { color: rgb(146,102,4); }

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

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

 a { background-color: rgb(146,102,4); }

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

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

 span { border-color: rgb(146,102,4); }

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