Html Css Color HEX #964E49 Copper Rust

📋 copy color: '#964E49'

red 150 ◦ green 78 ◦ blue 73

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

Shades of Copper Rust #964E49

Tints of Copper Rust #964E49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 24.25%

R = 49.83%
G = 25.91%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#964E49 (or 0x964E49) is known color: Copper Rust. HEX triplet: 96, 4E and 49. RGB value is (150,78,73). Sum of RGB (Red+Green+Blue) = 150+78+73=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #964E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #964E49 is #69B1B6. Grayscale: #636363. Windows color (decimal): -6926775 or 4804246. OLE color: 4804246.

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

Color convert

RGB 150 78 73 -
CMYK 0 0.48 0.51 0.41
HSL 3.9º 0.35% 0.44% -
HSV(B) 3.9º 0.51% 0.59% -
XYZ 16.5 12.41 7.83 -
YUV 98.96 113.35 164.41 -
System Red Green Blue C M Y K H S L
Decimal 150 78 73 0 0.48 0.51 0.41 3.9 0.35 0.44
Hex 96 4E 49 0 30 33 29 4 23 2C
Octal 226 116 111 0 60 63 51 4 43 54
Binary 10010110 1001110 1001001 0 110000 110011 101001 100 100011 101100

Color Harmonies of #964E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964E49

Black with #964E49

Text Example


Text Example

White with #964E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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