Html Css Color HEX #96574E Copper Rust

📋 copy color: '#96574E'

red 150 ◦ green 87 ◦ blue 78

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

Shades of Copper Rust #96574E

Tints of Copper Rust #96574E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.62%

 BLUE value IS 78 (30.86% from 255) = 24.76%

R = 47.62%
G = 27.62%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.41

RGB Variations

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

Color information

#96574E (or 0x96574E) is known color: Copper Rust. HEX triplet: 96, 57 and 4E. RGB value is (150,87,78). Sum of RGB (Red+Green+Blue) = 150+87+78=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #96574E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96574E is #69A8B1. Grayscale: #686868. Windows color (decimal): -6924466 or 5134230. OLE color: 5134230.

HSL color Cylindrical-coordinate representation of color #96574E: hue angle of 7.5º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #96574E is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 87 78 -
CMYK 0 0.42 0.48 0.41
HSL 7.5º 0.32% 0.45% -
HSV(B) 7.5º 0.48% 0.59% -
XYZ 17.36 13.85 8.97 -
YUV 104.81 112.87 160.23 -
System Red Green Blue C M Y K H S L
Decimal 150 87 78 0 0.42 0.48 0.41 7.5 0.32 0.45
Hex 96 57 4E 0 2A 30 29 8 20 2D
Octal 226 127 116 0 52 60 51 10 40 55
Binary 10010110 1010111 1001110 0 101010 110000 101001 1000 100000 101101

Color Harmonies of #96574E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96574E

Black with #96574E

Text Example


Text Example

White with #96574E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96574E; }

 p { color: rgb(150,87,78); }

 H1.HeaderClassName
 {
   color: #96574E;
 }
 .AnyTagClassName
 {
   color: #96574E;
 }
</style>

background-color css

<style>
 a { background-color: #96574E; }

 a { background-color: rgb(150,87,78); }

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

border-color css

<style>
 span { border-color: #96574E; }

 span { border-color: rgb(150,87,78); }

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