#925B06

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

Shades of Golden Brown #925B06

Tints of Golden Brown #925B06

Color information

#925B06 (or 0x925B06) is unknown color: approx Golden Brown. HEX triplet: 92, 5B and 06. RGB value is (146,91,6). Sum of RGB (Red+Green+Blue) = 146+91+6=243 (32% of max value = 765). Red value is 146 (57.42% from 255 or 60.08% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 6 (2.73% from 255 or 2.47% from 243); Max value from RGB is 146 - color contains mainly: red. Hex color #925B06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925B06 is #6DA4F9. Grayscale: #626262. Windows color (decimal): -7185658 or 416658. OLE color: 416658.

HSL color Cylindrical-coordinate representation of color #925B06: hue angle of 36.43º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #925B06 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.43.

Color convert

RGB146916-
CMYK00.380.960.43
HSL36.43º92.11%29.8%-
HSV(B)36.43º95.89%57.25%-
XYZ15.6313.611.97-
YUV97.7676.22162.41-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 60.08%
GREEN value IS 91 (35.94% from 255) = 37.45%
BLUE value IS 6 (2.73% from 255) = 2.47%
R=60.08%
G=37.45%
B=2.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.96
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14691600.380.960.4336.4392.1129.8
Hex925B6026602B245c1e
Octal2221336046140534413436
Binary10010010101101111001001101100000101011100100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925B06; }

 p { color: rgb(146,91,6); }

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

<style>
 a { background-color: #925B06; }

 a { background-color: rgb(146,91,6); }

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

<style>
 span { border-color: #925B06; }

 span { border-color: rgb(146,91,6); }

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