#926A10

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

Shades of Golden Brown #926A10

Tints of Golden Brown #926A10

Color information

#926A10 (or 0x926A10) is unknown color: approx Golden Brown. HEX triplet: 92, 6A and 10. RGB value is (146,106,16). Sum of RGB (Red+Green+Blue) = 146+106+16=268 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.48% from 268); Green value is 106 (41.80% from 255 or 39.55% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 146 - color contains mainly: red. Hex color #926A10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926A10 is #6D95EF. Grayscale: #6C6C6C. Windows color (decimal): -7181808 or 1075858. OLE color: 1075858.

HSL color Cylindrical-coordinate representation of color #926A10: hue angle of 41.54º 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 #926A10 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.43.

Color convert

RGB14610616-
CMYK00.270.890.43
HSL41.54º80.25%31.76%-
HSV(B)41.54º89.04%57.25%-
XYZ17.116.462.77-
YUV107.776.25155.32-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 54.48%
GREEN value IS 106 (41.80% from 255) = 39.55%
BLUE value IS 16 (6.64% from 255) = 5.97%
R=54.48%
G=39.55%
B=5.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.89
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461061600.270.890.4341.5480.2531.76
Hex926A1001B592B2a5020
Octal22215220033131535212040
Binary1001001011010101000001101110110011010111010101010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926A10; }

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

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

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

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

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

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

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

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