Html Css Color HEX #9A5647 Copper Rust

📋 copy color: '#9A5647'

red 154 ◦ green 86 ◦ blue 71

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

Shades of Copper Rust #9A5647

Tints of Copper Rust #9A5647

RGB

 RED value IS 154 (60.55% from 255) = 49.52%

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

 BLUE value IS 71 (28.13% from 255) = 22.83%

R = 49.52%
G = 27.65%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.40

RGB Variations

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

Color information

#9A5647 (or 0x9A5647) is known color: Copper Rust. HEX triplet: 9A, 56 and 47. RGB value is (154,86,71). Sum of RGB (Red+Green+Blue) = 154+86+71=311 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.52% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 71 (28.12% from 255 or 22.83% from 311); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5647 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5647 is #65A9B8. Grayscale: #686868. Windows color (decimal): -6662585 or 4675226. OLE color: 4675226.

HSL color Cylindrical-coordinate representation of color #9A5647: hue angle of 10.84º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9A5647 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 86 71 -
CMYK 0 0.44 0.54 0.40
HSL 10.84º 0.37% 0.44% -
HSV(B) 10.84º 0.54% 0.6% -
XYZ 17.79 13.98 7.72 -
YUV 104.62 109.03 163.22 -
System Red Green Blue C M Y K H S L
Decimal 154 86 71 0 0.44 0.54 0.40 10.84 0.37 0.44
Hex 9A 56 47 0 2C 36 28 B 25 2C
Octal 232 126 107 0 54 66 50 13 45 54
Binary 10011010 1010110 1000111 0 101100 110110 101000 1011 100101 101100

Color Harmonies of #9A5647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5647

Black with #9A5647

Text Example


Text Example

White with #9A5647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A5647; }

 p { color: rgb(154,86,71); }

 H1.HeaderClassName
 {
   color: #9A5647;
 }
 .AnyTagClassName
 {
   color: #9A5647;
 }
</style>

background-color css

<style>
 a { background-color: #9A5647; }

 a { background-color: rgb(154,86,71); }

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

border-color css

<style>
 span { border-color: #9A5647; }

 span { border-color: rgb(154,86,71); }

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