Html Css Color HEX #96524A Copper Rust

📋 copy color: '#96524A'

red 150 ◦ green 82 ◦ blue 74

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

Shades of Copper Rust #96524A

Tints of Copper Rust #96524A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.8%

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

R = 49.02%
G = 26.8%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#96524A (or 0x96524A) is known color: Copper Rust. HEX triplet: 96, 52 and 4A. RGB value is (150,82,74). Sum of RGB (Red+Green+Blue) = 150+82+74=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #96524A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96524A is #69ADB5. Grayscale: #656565. Windows color (decimal): -6925750 or 4870806. OLE color: 4870806.

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

Color convert

RGB 150 82 74 -
CMYK 0 0.45 0.51 0.41
HSL 6.32º 0.34% 0.44% -
HSV(B) 6.32º 0.51% 0.59% -
XYZ 16.83 13.01 8.1 -
YUV 101.42 112.53 162.65 -
System Red Green Blue C M Y K H S L
Decimal 150 82 74 0 0.45 0.51 0.41 6.32 0.34 0.44
Hex 96 52 4A 0 2D 33 29 6 22 2C
Octal 226 122 112 0 55 63 51 6 42 54
Binary 10010110 1010010 1001010 0 101101 110011 101001 110 100010 101100

Color Harmonies of #96524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96524A

Black with #96524A

Text Example


Text Example

White with #96524A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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