#926F19

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

Shades of Golden Brown #926F19

Tints of Golden Brown #926F19

Color information

#926F19 (or 0x926F19) is unknown color: approx Golden Brown. HEX triplet: 92, 6F and 19. RGB value is (146,111,25). Sum of RGB (Red+Green+Blue) = 146+111+25=282 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.77% from 282); Green value is 111 (43.75% from 255 or 39.36% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 146 - color contains mainly: red. Hex color #926F19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926F19 is #6D90E6. Grayscale: #707070. Windows color (decimal): -7180519 or 1666962. OLE color: 1666962.

HSL color Cylindrical-coordinate representation of color #926F19: hue angle of 42.64º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #926F19 is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.43.

Color convert

RGB14611125-
CMYK00.240.830.43
HSL42.64º70.76%33.53%-
HSV(B)42.64º82.88%57.25%-
XYZ17.7117.553.37-
YUV111.6679.1152.49-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.77%
GREEN value IS 111 (43.75% from 255) = 39.36%
BLUE value IS 25 (10.16% from 255) = 8.87%
R=51.77%
G=39.36%
B=8.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.83
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461112500.240.830.4342.6470.7633.53
Hex926F19018532B2b4722
Octal22215731030123535310742
Binary1001001011011111100101100010100111010111010111000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,111,25); }

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

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

 a { background-color: rgb(146,111,25); }

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

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

 span { border-color: rgb(146,111,25); }

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