#926510

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

Shades of Golden Brown #926510

Tints of Golden Brown #926510

Color information

#926510 (or 0x926510) is unknown color: approx Golden Brown. HEX triplet: 92, 65 and 10. RGB value is (146,101,16). Sum of RGB (Red+Green+Blue) = 146+101+16=263 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.51% from 263); Green value is 101 (39.84% from 255 or 38.40% from 263); Blue value is 16 (6.64% from 255 or 6.08% from 263); Max value from RGB is 146 - color contains mainly: red. Hex color #926510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926510 is #6D9AEF. Grayscale: #696969. Windows color (decimal): -7183088 or 1074578. OLE color: 1074578.

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

Color convert

RGB14610116-
CMYK00.310.890.43
HSL39.23º80.25%31.76%-
HSV(B)39.23º89.04%57.25%-
XYZ16.615.462.6-
YUV104.7677.91157.41-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 55.51%
GREEN value IS 101 (39.84% from 255) = 38.40%
BLUE value IS 16 (6.64% from 255) = 6.08%
R=55.51%
G=38.40%
B=6.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.89
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461011600.310.890.4339.2380.2531.76
Hex92651001F592B275020
Octal22214520037131534712040
Binary1001001011001011000001111110110011010111001111010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926510; }

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

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

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

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

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

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

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

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