Html Css Color HEX #96594C Copper Rust

📋 copy color: '#96594C'

red 150 ◦ green 89 ◦ blue 76

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

Shades of Copper Rust #96594C

Tints of Copper Rust #96594C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.25%

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

R = 47.62%
G = 28.25%
B = 24.13%

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

#96594C (or 0x96594C) is known color: Copper Rust. HEX triplet: 96, 59 and 4C. RGB value is (150,89,76). Sum of RGB (Red+Green+Blue) = 150+89+76=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 76 (30.08% from 255 or 24.13% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #96594C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96594C is #69A6B3. Grayscale: #696969. Windows color (decimal): -6923956 or 5003670. OLE color: 5003670.

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

Color convert

RGB 150 89 76 -
CMYK 0 0.41 0.49 0.41
HSL 10.54º 0.33% 0.44% -
HSV(B) 10.54º 0.49% 0.59% -
XYZ 17.45 14.15 8.65 -
YUV 105.76 111.21 159.56 -
System Red Green Blue C M Y K H S L
Decimal 150 89 76 0 0.41 0.49 0.41 10.54 0.33 0.44
Hex 96 59 4C 0 29 31 29 B 21 2C
Octal 226 131 114 0 51 61 51 13 41 54
Binary 10010110 1011001 1001100 0 101001 110001 101001 1011 100001 101100

Color Harmonies of #96594C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96594C

Black with #96594C

Text Example


Text Example

White with #96594C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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