Html Css Color HEX #96584C Copper Rust

📋 copy color: '#96584C'

red 150 ◦ green 88 ◦ blue 76

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

Shades of Copper Rust #96584C

Tints of Copper Rust #96584C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.2%

R = 47.77%
G = 28.03%
B = 24.2%

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

#96584C (or 0x96584C) is known color: Copper Rust. HEX triplet: 96, 58 and 4C. RGB value is (150,88,76). Sum of RGB (Red+Green+Blue) = 150+88+76=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #96584C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96584C is #69A7B3. Grayscale: #696969. Windows color (decimal): -6924212 or 5003414. OLE color: 5003414.

HSL color Cylindrical-coordinate representation of color #96584C: hue angle of 9.73º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96584C is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 88 76 -
CMYK 0 0.41 0.49 0.41
HSL 9.73º 0.33% 0.44% -
HSV(B) 9.73º 0.49% 0.59% -
XYZ 17.37 13.99 8.62 -
YUV 105.17 111.54 159.98 -
System Red Green Blue C M Y K H S L
Decimal 150 88 76 0 0.41 0.49 0.41 9.73 0.33 0.44
Hex 96 58 4C 0 29 31 29 A 21 2C
Octal 226 130 114 0 51 61 51 12 41 54
Binary 10010110 1011000 1001100 0 101001 110001 101001 1010 100001 101100

Color Harmonies of #96584C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96584C

Black with #96584C

Text Example


Text Example

White with #96584C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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