#926F07

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

Shades of Golden Brown #926F07

Tints of Golden Brown #926F07

Color information

#926F07 (or 0x926F07) is unknown color: approx Golden Brown. HEX triplet: 92, 6F and 07. RGB value is (146,111,7). Sum of RGB (Red+Green+Blue) = 146+111+7=264 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.30% from 264); Green value is 111 (43.75% from 255 or 42.05% from 264); Blue value is 7 (3.12% from 255 or 2.65% from 264); Max value from RGB is 146 - color contains mainly: red. Hex color #926F07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926F07 is #6D90F8. Grayscale: #6E6E6E. Windows color (decimal): -7180537 or 487314. OLE color: 487314.

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

Color convert

RGB1461117-
CMYK00.240.950.43
HSL44.89º90.85%30%-
HSV(B)44.89º95.21%57.25%-
XYZ17.5817.52.65-
YUV109.6170.1153.96-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 55.30%
GREEN value IS 111 (43.75% from 255) = 42.05%
BLUE value IS 7 (3.12% from 255) = 2.65%
R=55.30%
G=42.05%
B=2.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.95
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146111700.240.950.4344.8990.8530
Hex926F70185F2B2d5b1e
Octal2221577030137535513336
Binary1001001011011111110110001011111101011101101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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