Html Css Color HEX #964F47 Copper Rust

📋 copy color: '#964F47'

red 150 ◦ green 79 ◦ blue 71

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

Shades of Copper Rust #964F47

Tints of Copper Rust #964F47

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.33%

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

R = 50%
G = 26.33%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#964F47 (or 0x964F47) is known color: Copper Rust. HEX triplet: 96, 4F and 47. RGB value is (150,79,71). Sum of RGB (Red+Green+Blue) = 150+79+71=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 79 (31.25% from 255 or 26.33% from 300); Blue value is 71 (28.12% from 255 or 23.67% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #964F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #964F47 is #69B0B8. Grayscale: #636363. Windows color (decimal): -6926521 or 4673430. OLE color: 4673430.

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

Color convert

RGB 150 79 71 -
CMYK 0 0.47 0.53 0.41
HSL 6.08º 0.36% 0.43% -
HSV(B) 6.08º 0.53% 0.59% -
XYZ 16.51 12.53 7.51 -
YUV 99.32 112.02 164.15 -
System Red Green Blue C M Y K H S L
Decimal 150 79 71 0 0.47 0.53 0.41 6.08 0.36 0.43
Hex 96 4F 47 0 2F 35 29 6 24 2B
Octal 226 117 107 0 57 65 51 6 44 53
Binary 10010110 1001111 1000111 0 101111 110101 101001 110 100100 101011

Color Harmonies of #964F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964F47

Black with #964F47

Text Example


Text Example

White with #964F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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