Html Css Color HEX #964C47 Copper Rust

📋 copy color: '#964C47'

red 150 ◦ green 76 ◦ blue 71

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

Shades of Copper Rust #964C47

Tints of Copper Rust #964C47

RGB

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

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

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

R = 50.51%
G = 25.59%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#964C47 (or 0x964C47) is known color: Copper Rust. HEX triplet: 96, 4C and 47. RGB value is (150,76,71). Sum of RGB (Red+Green+Blue) = 150+76+71=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 71 (28.12% from 255 or 23.91% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #964C47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964C47 is #69B3B8. Grayscale: #616161. Windows color (decimal): -6927289 or 4672662. OLE color: 4672662.

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

Color convert

RGB 150 76 71 -
CMYK 0 0.49 0.53 0.41
HSL 3.8º 0.36% 0.43% -
HSV(B) 3.8º 0.53% 0.59% -
XYZ 16.3 12.11 7.44 -
YUV 97.56 113.02 165.41 -
System Red Green Blue C M Y K H S L
Decimal 150 76 71 0 0.49 0.53 0.41 3.8 0.36 0.43
Hex 96 4C 47 0 31 35 29 4 24 2B
Octal 226 114 107 0 61 65 51 4 44 53
Binary 10010110 1001100 1000111 0 110001 110101 101001 100 100100 101011

Color Harmonies of #964C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964C47

Black with #964C47

Text Example


Text Example

White with #964C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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