Html Css Color HEX #96504D Copper Rust

📋 copy color: '#96504D'

red 150 ◦ green 80 ◦ blue 77

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

Shades of Copper Rust #96504D

Tints of Copper Rust #96504D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.06%

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

R = 48.86%
G = 26.06%
B = 25.08%

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

#96504D (or 0x96504D) is known color: Copper Rust. HEX triplet: 96, 50 and 4D. RGB value is (150,80,77). Sum of RGB (Red+Green+Blue) = 150+80+77=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #96504D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96504D is #69AFB2. Grayscale: #646464. Windows color (decimal): -6926259 or 5066902. OLE color: 5066902.

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

Color convert

RGB 150 80 77 -
CMYK 0 0.47 0.49 0.41
HSL 2.47º 0.32% 0.45% -
HSV(B) 2.47º 0.49% 0.59% -
XYZ 16.79 12.76 8.6 -
YUV 100.59 114.69 163.24 -
System Red Green Blue C M Y K H S L
Decimal 150 80 77 0 0.47 0.49 0.41 2.47 0.32 0.45
Hex 96 50 4D 0 2F 31 29 2 20 2D
Octal 226 120 115 0 57 61 51 2 40 55
Binary 10010110 1010000 1001101 0 101111 110001 101001 10 100000 101101

Color Harmonies of #96504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96504D

Black with #96504D

Text Example


Text Example

White with #96504D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96504D; }

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

 H1.HeaderClassName
 {
   color: #96504D;
 }
 .AnyTagClassName
 {
   color: #96504D;
 }
</style>

background-color css

<style>
 a { background-color: #96504D; }

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

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

border-color css

<style>
 span { border-color: #96504D; }

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

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