Html Css Color HEX #96594A Copper Rust

📋 copy color: '#96594A'

red 150 ◦ green 89 ◦ blue 74

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

Shades of Copper Rust #96594A

Tints of Copper Rust #96594A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.43%

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

R = 47.92%
G = 28.43%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#96594A (or 0x96594A) is known color: Copper Rust. HEX triplet: 96, 59 and 4A. RGB value is (150,89,74). Sum of RGB (Red+Green+Blue) = 150+89+74=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #96594A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96594A is #69A6B5. Grayscale: #696969. Windows color (decimal): -6923958 or 4872598. OLE color: 4872598.

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

Color convert

RGB 150 89 74 -
CMYK 0 0.41 0.51 0.41
HSL 11.84º 0.34% 0.44% -
HSV(B) 11.84º 0.51% 0.59% -
XYZ 17.39 14.12 8.29 -
YUV 105.53 110.21 159.72 -
System Red Green Blue C M Y K H S L
Decimal 150 89 74 0 0.41 0.51 0.41 11.84 0.34 0.44
Hex 96 59 4A 0 29 33 29 C 22 2C
Octal 226 131 112 0 51 63 51 14 42 54
Binary 10010110 1011001 1001010 0 101001 110011 101001 1100 100010 101100

Color Harmonies of #96594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96594A

Black with #96594A

Text Example


Text Example

White with #96594A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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