Html Css Color HEX #96564A Copper Rust

📋 copy color: '#96564A'

red 150 ◦ green 86 ◦ blue 74

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

Shades of Copper Rust #96564A

Tints of Copper Rust #96564A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.74%

 BLUE value IS 74 (29.3% from 255) = 23.87%

R = 48.39%
G = 27.74%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#96564A (or 0x96564A) is known color: Copper Rust. HEX triplet: 96, 56 and 4A. RGB value is (150,86,74). Sum of RGB (Red+Green+Blue) = 150+86+74=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #96564A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96564A is #69A9B5. Grayscale: #676767. Windows color (decimal): -6924726 or 4871830. OLE color: 4871830.

HSL color Cylindrical-coordinate representation of color #96564A: hue angle of 9.47º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96564A is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 86 74 -
CMYK 0 0.43 0.51 0.41
HSL 9.47º 0.34% 0.44% -
HSV(B) 9.47º 0.51% 0.59% -
XYZ 17.14 13.63 8.21 -
YUV 103.77 111.2 160.98 -
System Red Green Blue C M Y K H S L
Decimal 150 86 74 0 0.43 0.51 0.41 9.47 0.34 0.44
Hex 96 56 4A 0 2B 33 29 9 22 2C
Octal 226 126 112 0 53 63 51 11 42 54
Binary 10010110 1010110 1001010 0 101011 110011 101001 1001 100010 101100

Color Harmonies of #96564A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96564A

Black with #96564A

Text Example


Text Example

White with #96564A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96564A; }

 p { color: rgb(150,86,74); }

 H1.HeaderClassName
 {
   color: #96564A;
 }
 .AnyTagClassName
 {
   color: #96564A;
 }
</style>

background-color css

<style>
 a { background-color: #96564A; }

 a { background-color: rgb(150,86,74); }

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

border-color css

<style>
 span { border-color: #96564A; }

 span { border-color: rgb(150,86,74); }

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