Html Css Color HEX #975951 Copper Rust

📋 copy color: '#975951'

red 151 ◦ green 89 ◦ blue 81

#975951
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Copper Rust #975951

Tints of Copper Rust #975951

RGB

 RED value IS 151 (59.38% from 255) = 47.04%

 GREEN value IS 89 (35.16% from 255) = 27.73%

 BLUE value IS 81 (32.03% from 255) = 25.23%

R = 47.04%
G = 27.73%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.46

 K value IS 0.41

RGB Variations

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

Color information

#975951 (or 0x975951) is known color: Copper Rust. HEX triplet: 97, 59 and 51. RGB value is (151,89,81). Sum of RGB (Red+Green+Blue) = 151+89+81=321 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.04% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 81 (32.03% from 255 or 25.23% from 321); Max value from RGB is 151 - color contains mainly: red. Hex color #975951 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975951 is #68A6AE. Grayscale: #6A6A6A. Windows color (decimal): -6858415 or 5331351. OLE color: 5331351.

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

Color convert

RGB 151 89 81 -
CMYK 0 0.41 0.46 0.41
HSL 6.86º 0.3% 0.45% -
HSV(B) 6.86º 0.46% 0.59% -
XYZ 17.82 14.32 9.61 -
YUV 106.63 113.54 159.65 -
System Red Green Blue C M Y K H S L
Decimal 151 89 81 0 0.41 0.46 0.41 6.86 0.3 0.45
Hex 97 59 51 0 29 2E 29 7 1E 2D
Octal 227 131 121 0 51 56 51 7 36 55
Binary 10010111 1011001 1010001 0 101001 101110 101001 111 11110 101101

Color Harmonies of #975951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975951

Black with #975951

Text Example


Text Example

White with #975951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975951; }

 p { color: rgb(151,89,81); }

 H1.HeaderClassName
 {
   color: #975951;
 }
 .AnyTagClassName
 {
   color: #975951;
 }
</style>

background-color css

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

 a { background-color: rgb(151,89,81); }

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

border-color css

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

 span { border-color: rgb(151,89,81); }

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