#926F0D

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

Shades of Golden Brown #926F0D

Tints of Golden Brown #926F0D

Color information

#926F0D (or 0x926F0D) is unknown color: approx Golden Brown. HEX triplet: 92, 6F and 0D. RGB value is (146,111,13). Sum of RGB (Red+Green+Blue) = 146+111+13=270 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.07% from 270); Green value is 111 (43.75% from 255 or 41.11% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 146 - color contains mainly: red. Hex color #926F0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926F0D is #6D90F2. Grayscale: #6E6E6E. Windows color (decimal): -7180531 or 880530. OLE color: 880530.

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

Color convert

RGB14611113-
CMYK00.240.910.43
HSL44.21º83.65%31.18%-
HSV(B)44.21º91.1%57.25%-
XYZ17.6117.512.83-
YUV110.2973.1153.47-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 54.07%
GREEN value IS 111 (43.75% from 255) = 41.11%
BLUE value IS 13 (5.47% from 255) = 4.81%
R=54.07%
G=41.11%
B=4.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.91
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461111300.240.910.4344.2183.6531.18
Hex926FD0185B2B2c541f
Octal22215715030133535412437
Binary10010010110111111010110001011011101011101100101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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