#965952

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

Shades of Copper Rust #965952

Tints of Copper Rust #965952

Color information

#965952 (or 0x965952) is unknown color: approx Copper Rust. HEX triplet: 96, 59 and 52. RGB value is (150,89,82). Sum of RGB (Red+Green+Blue) = 150+89+82=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #965952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965952 is #69A6AD. Grayscale: #6A6A6A. Windows color (decimal): -6923950 or 5396886. OLE color: 5396886.

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

Color convert

RGB1508982-
CMYK00.410.450.41
HSL6.18º29.31%45.49%-
HSV(B)6.18º45.33%58.82%-
XYZ17.6714.249.8-
YUV106.44114.21159.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.73%
GREEN value IS 89 (35.16% from 255) = 27.73%
BLUE value IS 82 (32.42% from 255) = 25.55%
R=46.73%
G=27.73%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150898200.410.450.416.1829.3145.49
Hex9659520292D2961d2d
Octal226131122051555163555
Binary1001011010110011010010010100110110110100111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965952; }

 p { color: rgb(150,89,82); }

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

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

 a { background-color: rgb(150,89,82); }

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

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

 span { border-color: rgb(150,89,82); }

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