#926A1E

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

Shades of Golden Brown #926A1E

Tints of Golden Brown #926A1E

Color information

#926A1E (or 0x926A1E) is unknown color: approx Golden Brown. HEX triplet: 92, 6A and 1E. RGB value is (146,106,30). Sum of RGB (Red+Green+Blue) = 146+106+30=282 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.77% from 282); Green value is 106 (41.80% from 255 or 37.59% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 146 - color contains mainly: red. Hex color #926A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926A1E is #6D95E1. Grayscale: #6D6D6D. Windows color (decimal): -7181794 or 1993362. OLE color: 1993362.

HSL color Cylindrical-coordinate representation of color #926A1E: hue angle of 39.31º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #926A1E is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB14610630-
CMYK00.270.790.43
HSL39.31º65.91%34.51%-
HSV(B)39.31º79.45%57.25%-
XYZ17.2416.513.51-
YUV109.383.25154.18-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.77%
GREEN value IS 106 (41.80% from 255) = 37.59%
BLUE value IS 30 (12.11% from 255) = 10.64%
R=51.77%
G=37.59%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461063000.270.790.4339.3165.9134.51
Hex926A1E01B4F2B274223
Octal22215236033117534710243
Binary1001001011010101111001101110011111010111001111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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