#925651

Color #925651 Copper Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Copper Rust #925651

Tints of Copper Rust #925651

Color information

#925651 (or 0x925651) is unknown color: approx Copper Rust. HEX triplet: 92, 56 and 51. RGB value is (146,86,81). Sum of RGB (Red+Green+Blue) = 146+86+81=313 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.65% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 81 (32.03% from 255 or 25.88% from 313); Max value from RGB is 146 - color contains mainly: red. Hex color #925651 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925651 is #6DA9AE. Grayscale: #676767. Windows color (decimal): -7186863 or 5330578. OLE color: 5330578.

HSL color Cylindrical-coordinate representation of color #925651: hue angle of 4.62º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #925651 is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB1468681-
CMYK00.410.450.43
HSL4.62º28.63%44.51%-
HSV(B)4.62º44.52%57.25%-
XYZ16.6713.369.48-
YUV103.37115.38158.41-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.65%
GREEN value IS 86 (33.98% from 255) = 27.48%
BLUE value IS 81 (32.03% from 255) = 25.88%
R=46.65%
G=27.48%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146868100.410.450.434.6228.6344.51
Hex9256510292D2B51d2d
Octal222126121051555353555
Binary1001001010101101010001010100110110110101110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925651; }

 p { color: rgb(146,86,81); }

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

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

 a { background-color: rgb(146,86,81); }

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

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

 span { border-color: rgb(146,86,81); }

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