#925653

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

Shades of Copper Rust #925653

Tints of Copper Rust #925653

Color information

#925653 (or 0x925653) is unknown color: approx Copper Rust. HEX triplet: 92, 56 and 53. RGB value is (146,86,83). Sum of RGB (Red+Green+Blue) = 146+86+83=315 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.35% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 83 (32.81% from 255 or 26.35% from 315); Max value from RGB is 146 - color contains mainly: red. Hex color #925653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925653 is #6DA9AC. Grayscale: #676767. Windows color (decimal): -7186861 or 5461650. OLE color: 5461650.

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

Color convert

RGB1468683-
CMYK00.410.430.43
HSL2.86º27.51%44.9%-
HSV(B)2.86º43.15%57.25%-
XYZ16.7413.399.89-
YUV103.6116.38158.24-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.35%
GREEN value IS 86 (33.98% from 255) = 27.30%
BLUE value IS 83 (32.81% from 255) = 26.35%
R=46.35%
G=27.30%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146868300.410.430.432.8627.5144.9
Hex9256530292B2B31c2d
Octal222126123051535333455
Binary100100101010110101001101010011010111010111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925653; }

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

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

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

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

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

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

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

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