Html Css Color HEX #9A5650 Copper Rust

📋 copy color: '#9A5650'

red 154 ◦ green 86 ◦ blue 80

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

Shades of Copper Rust #9A5650

Tints of Copper Rust #9A5650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25%

R = 48.13%
G = 26.88%
B = 25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.48

 K value IS 0.40

RGB Variations

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

Color information

#9A5650 (or 0x9A5650) is known color: Copper Rust. HEX triplet: 9A, 56 and 50. RGB value is (154,86,80). Sum of RGB (Red+Green+Blue) = 154+86+80=320 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.12% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5650 is #65A9AF. Grayscale: #696969. Windows color (decimal): -6662576 or 5265050. OLE color: 5265050.

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

Color convert

RGB 154 86 80 -
CMYK 0 0.44 0.48 0.40
HSL 4.86º 0.32% 0.46% -
HSV(B) 4.86º 0.48% 0.6% -
XYZ 18.1 14.1 9.36 -
YUV 105.65 113.53 162.49 -
System Red Green Blue C M Y K H S L
Decimal 154 86 80 0 0.44 0.48 0.40 4.86 0.32 0.46
Hex 9A 56 50 0 2C 30 28 5 20 2E
Octal 232 126 120 0 54 60 50 5 40 56
Binary 10011010 1010110 1010000 0 101100 110000 101000 101 100000 101110

Color Harmonies of #9A5650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5650

Black with #9A5650

Text Example


Text Example

White with #9A5650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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