Html Css Color HEX #96554D Copper Rust

📋 copy color: '#96554D'

red 150 ◦ green 85 ◦ blue 77

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

Shades of Copper Rust #96554D

Tints of Copper Rust #96554D

RGB

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

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

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

R = 48.08%
G = 27.24%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#96554D (or 0x96554D) is known color: Copper Rust. HEX triplet: 96, 55 and 4D. RGB value is (150,85,77). Sum of RGB (Red+Green+Blue) = 150+85+77=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #96554D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96554D is #69AAB2. Grayscale: #676767. Windows color (decimal): -6924979 or 5068182. OLE color: 5068182.

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

Color convert

RGB 150 85 77 -
CMYK 0 0.43 0.49 0.41
HSL 6.58º 0.32% 0.45% -
HSV(B) 6.58º 0.49% 0.59% -
XYZ 17.17 13.52 8.73 -
YUV 103.52 113.03 161.15 -
System Red Green Blue C M Y K H S L
Decimal 150 85 77 0 0.43 0.49 0.41 6.58 0.32 0.45
Hex 96 55 4D 0 2B 31 29 7 20 2D
Octal 226 125 115 0 53 61 51 7 40 55
Binary 10010110 1010101 1001101 0 101011 110001 101001 111 100000 101101

Color Harmonies of #96554D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96554D

Black with #96554D

Text Example


Text Example

White with #96554D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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