Html Css Color HEX #96594D Copper Rust

📋 copy color: '#96594D'

red 150 ◦ green 89 ◦ blue 77

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

Shades of Copper Rust #96594D

Tints of Copper Rust #96594D

RGB

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

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

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

R = 47.47%
G = 28.16%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#96594D (or 0x96594D) is known color: Copper Rust. HEX triplet: 96, 59 and 4D. RGB value is (150,89,77). Sum of RGB (Red+Green+Blue) = 150+89+77=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #96594D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96594D is #69A6B2. Grayscale: #696969. Windows color (decimal): -6923955 or 5069206. OLE color: 5069206.

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

Color convert

RGB 150 89 77 -
CMYK 0 0.41 0.49 0.41
HSL 9.86º 0.32% 0.45% -
HSV(B) 9.86º 0.49% 0.59% -
XYZ 17.49 14.16 8.83 -
YUV 105.87 111.71 159.48 -
System Red Green Blue C M Y K H S L
Decimal 150 89 77 0 0.41 0.49 0.41 9.86 0.32 0.45
Hex 96 59 4D 0 29 31 29 A 20 2D
Octal 226 131 115 0 51 61 51 12 40 55
Binary 10010110 1011001 1001101 0 101001 110001 101001 1010 100000 101101

Color Harmonies of #96594D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96594D

Black with #96594D

Text Example


Text Example

White with #96594D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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