Html Css Color HEX #96504A Copper Rust

📋 copy color: '#96504A'

red 150 ◦ green 80 ◦ blue 74

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

Shades of Copper Rust #96504A

Tints of Copper Rust #96504A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.34%

R = 49.34%
G = 26.32%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#96504A (or 0x96504A) is known color: Copper Rust. HEX triplet: 96, 50 and 4A. RGB value is (150,80,74). Sum of RGB (Red+Green+Blue) = 150+80+74=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #96504A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96504A is #69AFB5. Grayscale: #646464. Windows color (decimal): -6926262 or 4870294. OLE color: 4870294.

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

Color convert

RGB 150 80 74 -
CMYK 0 0.47 0.51 0.41
HSL 4.74º 0.34% 0.44% -
HSV(B) 4.74º 0.51% 0.59% -
XYZ 16.68 12.72 8.05 -
YUV 100.25 113.19 163.49 -
System Red Green Blue C M Y K H S L
Decimal 150 80 74 0 0.47 0.51 0.41 4.74 0.34 0.44
Hex 96 50 4A 0 2F 33 29 5 22 2C
Octal 226 120 112 0 57 63 51 5 42 54
Binary 10010110 1010000 1001010 0 101111 110011 101001 101 100010 101100

Color Harmonies of #96504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96504A

Black with #96504A

Text Example


Text Example

White with #96504A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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