Html Css Color HEX #975650 Copper Rust

📋 copy color: '#975650'

red 151 ◦ green 86 ◦ blue 80

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

Shades of Copper Rust #975650

Tints of Copper Rust #975650

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.13%

 BLUE value IS 80 (31.64% from 255) = 25.24%

R = 47.63%
G = 27.13%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#975650 (or 0x975650) is known color: Copper Rust. HEX triplet: 97, 56 and 50. RGB value is (151,86,80). Sum of RGB (Red+Green+Blue) = 151+86+80=317 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.63% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 151 - color contains mainly: red. Hex color #975650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975650 is #68A9AF. Grayscale: #686868. Windows color (decimal): -6859184 or 5265047. OLE color: 5265047.

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

Color convert

RGB 151 86 80 -
CMYK 0 0.43 0.47 0.41
HSL 5.07º 0.31% 0.45% -
HSV(B) 5.07º 0.47% 0.59% -
XYZ 17.54 13.81 9.33 -
YUV 104.75 114.03 160.99 -
System Red Green Blue C M Y K H S L
Decimal 151 86 80 0 0.43 0.47 0.41 5.07 0.31 0.45
Hex 97 56 50 0 2B 2F 29 5 1F 2D
Octal 227 126 120 0 53 57 51 5 37 55
Binary 10010111 1010110 1010000 0 101011 101111 101001 101 11111 101101

Color Harmonies of #975650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975650

Black with #975650

Text Example


Text Example

White with #975650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975650; }

 p { color: rgb(151,86,80); }

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

background-color css

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

 a { background-color: rgb(151,86,80); }

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

border-color css

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

 span { border-color: rgb(151,86,80); }

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