Html Css Color HEX #964F4D Copper Rust

📋 copy color: '#964F4D'

red 150 ◦ green 79 ◦ blue 77

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

Shades of Copper Rust #964F4D

Tints of Copper Rust #964F4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.16%

R = 49.02%
G = 25.82%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#964F4D (or 0x964F4D) is known color: Copper Rust. HEX triplet: 96, 4F and 4D. RGB value is (150,79,77). Sum of RGB (Red+Green+Blue) = 150+79+77=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 79 (31.25% from 255 or 25.82% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #964F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964F4D is #69B0B2. Grayscale: #646464. Windows color (decimal): -6926515 or 5066646. OLE color: 5066646.

HSL color Cylindrical-coordinate representation of color #964F4D: hue angle of 1.64º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #964F4D is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 79 77 -
CMYK 0 0.47 0.49 0.41
HSL 1.64º 0.32% 0.45% -
HSV(B) 1.64º 0.49% 0.59% -
XYZ 16.71 12.61 8.57 -
YUV 100 115.02 163.66 -
System Red Green Blue C M Y K H S L
Decimal 150 79 77 0 0.47 0.49 0.41 1.64 0.32 0.45
Hex 96 4F 4D 0 2F 31 29 2 20 2D
Octal 226 117 115 0 57 61 51 2 40 55
Binary 10010110 1001111 1001101 0 101111 110001 101001 10 100000 101101

Color Harmonies of #964F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964F4D

Black with #964F4D

Text Example


Text Example

White with #964F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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