Html Css Color HEX #96554E Copper Rust

📋 copy color: '#96554E'

red 150 ◦ green 85 ◦ blue 78

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

Shades of Copper Rust #96554E

Tints of Copper Rust #96554E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.16%

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

R = 47.92%
G = 27.16%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.41

RGB Variations

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

Color information

#96554E (or 0x96554E) is known color: Copper Rust. HEX triplet: 96, 55 and 4E. RGB value is (150,85,78). Sum of RGB (Red+Green+Blue) = 150+85+78=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 78 (30.86% from 255 or 24.92% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #96554E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96554E is #69AAB1. Grayscale: #676767. Windows color (decimal): -6924978 or 5133718. OLE color: 5133718.

HSL color Cylindrical-coordinate representation of color #96554E: hue angle of 5.83º 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 #96554E is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 85 78 -
CMYK 0 0.43 0.48 0.41
HSL 5.83º 0.32% 0.45% -
HSV(B) 5.83º 0.48% 0.59% -
XYZ 17.2 13.53 8.91 -
YUV 103.64 113.53 161.07 -
System Red Green Blue C M Y K H S L
Decimal 150 85 78 0 0.43 0.48 0.41 5.83 0.32 0.45
Hex 96 55 4E 0 2B 30 29 6 20 2D
Octal 226 125 116 0 53 60 51 6 40 55
Binary 10010110 1010101 1001110 0 101011 110000 101001 110 100000 101101

Color Harmonies of #96554E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96554E

Black with #96554E

Text Example


Text Example

White with #96554E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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