Html Css Color HEX #964E47 Copper Rust

📋 copy color: '#964E47'

red 150 ◦ green 78 ◦ blue 71

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

Shades of Copper Rust #964E47

Tints of Copper Rust #964E47

RGB

 RED value IS 150 (58.98% from 255) = 50.17%

 GREEN value IS 78 (30.86% from 255) = 26.09%

 BLUE value IS 71 (28.13% from 255) = 23.75%

R = 50.17%
G = 26.09%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#964E47 (or 0x964E47) is known color: Copper Rust. HEX triplet: 96, 4E and 47. RGB value is (150,78,71). Sum of RGB (Red+Green+Blue) = 150+78+71=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 71 (28.12% from 255 or 23.75% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #964E47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #964E47 is #69B1B8. Grayscale: #626262. Windows color (decimal): -6926777 or 4673174. OLE color: 4673174.

HSL color Cylindrical-coordinate representation of color #964E47: hue angle of 5.32º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #964E47 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 78 71 -
CMYK 0 0.48 0.53 0.41
HSL 5.32º 0.36% 0.43% -
HSV(B) 5.32º 0.53% 0.59% -
XYZ 16.44 12.39 7.49 -
YUV 98.73 112.35 164.57 -
System Red Green Blue C M Y K H S L
Decimal 150 78 71 0 0.48 0.53 0.41 5.32 0.36 0.43
Hex 96 4E 47 0 30 35 29 5 24 2B
Octal 226 116 107 0 60 65 51 5 44 53
Binary 10010110 1001110 1000111 0 110000 110101 101001 101 100100 101011

Color Harmonies of #964E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964E47

Black with #964E47

Text Example


Text Example

White with #964E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964E47; }

 p { color: rgb(150,78,71); }

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

background-color css

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

 a { background-color: rgb(150,78,71); }

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

border-color css

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

 span { border-color: rgb(150,78,71); }

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