#926F1A

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

Shades of Golden Brown #926F1A

Tints of Golden Brown #926F1A

Color information

#926F1A (or 0x926F1A) is unknown color: approx Golden Brown. HEX triplet: 92, 6F and 1A. RGB value is (146,111,26). Sum of RGB (Red+Green+Blue) = 146+111+26=283 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.59% from 283); Green value is 111 (43.75% from 255 or 39.22% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 146 - color contains mainly: red. Hex color #926F1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926F1A is #6D90E5. Grayscale: #707070. Windows color (decimal): -7180518 or 1732498. OLE color: 1732498.

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

Color convert

RGB14611126-
CMYK00.240.820.43
HSL42.5º69.77%33.73%-
HSV(B)42.5º82.19%57.25%-
XYZ17.7217.553.43-
YUV111.7879.6152.41-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.59%
GREEN value IS 111 (43.75% from 255) = 39.22%
BLUE value IS 26 (10.55% from 255) = 9.19%
R=51.59%
G=39.22%
B=9.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.82
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461112600.240.820.4342.569.7733.73
Hex926F1A018522B2a4622
Octal22215732030122535210642
Binary1001001011011111101001100010100101010111010101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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