Html Css Color HEX #964C49 Copper Rust

📋 copy color: '#964C49'

red 150 ◦ green 76 ◦ blue 73

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

Shades of Copper Rust #964C49

Tints of Copper Rust #964C49

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.42%

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

R = 50.17%
G = 25.42%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#964C49 (or 0x964C49) is known color: Copper Rust. HEX triplet: 96, 4C and 49. RGB value is (150,76,73). Sum of RGB (Red+Green+Blue) = 150+76+73=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 73 (28.91% from 255 or 24.41% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #964C49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964C49 is #69B3B6. Grayscale: #616161. Windows color (decimal): -6927287 or 4803734. OLE color: 4803734.

HSL color Cylindrical-coordinate representation of color #964C49: hue angle of 2.34º 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 #964C49 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 76 73 -
CMYK 0 0.49 0.51 0.41
HSL 2.34º 0.35% 0.44% -
HSV(B) 2.34º 0.51% 0.59% -
XYZ 16.36 12.13 7.78 -
YUV 97.78 114.02 165.24 -
System Red Green Blue C M Y K H S L
Decimal 150 76 73 0 0.49 0.51 0.41 2.34 0.35 0.44
Hex 96 4C 49 0 31 33 29 2 23 2C
Octal 226 114 111 0 61 63 51 2 43 54
Binary 10010110 1001100 1001001 0 110001 110011 101001 10 100011 101100

Color Harmonies of #964C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964C49

Black with #964C49

Text Example


Text Example

White with #964C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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