Html Css Color HEX #96584D Copper Rust

📋 copy color: '#96584D'

red 150 ◦ green 88 ◦ blue 77

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

Shades of Copper Rust #96584D

Tints of Copper Rust #96584D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.94%

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

R = 47.62%
G = 27.94%
B = 24.44%

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

#96584D (or 0x96584D) is known color: Copper Rust. HEX triplet: 96, 58 and 4D. RGB value is (150,88,77). Sum of RGB (Red+Green+Blue) = 150+88+77=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #96584D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96584D is #69A7B2. Grayscale: #696969. Windows color (decimal): -6924211 or 5068950. OLE color: 5068950.

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

Color convert

RGB 150 88 77 -
CMYK 0 0.41 0.49 0.41
HSL 9.04º 0.32% 0.45% -
HSV(B) 9.04º 0.49% 0.59% -
XYZ 17.41 14 8.81 -
YUV 105.28 112.04 159.89 -
System Red Green Blue C M Y K H S L
Decimal 150 88 77 0 0.41 0.49 0.41 9.04 0.32 0.45
Hex 96 58 4D 0 29 31 29 9 20 2D
Octal 226 130 115 0 51 61 51 11 40 55
Binary 10010110 1011000 1001101 0 101001 110001 101001 1001 100000 101101

Color Harmonies of #96584D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96584D

Black with #96584D

Text Example


Text Example

White with #96584D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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