Html Css Color HEX #9D564E Copper Rust

📋 copy color: '#9D564E'

red 157 ◦ green 86 ◦ blue 78

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

Shades of Copper Rust #9D564E

Tints of Copper Rust #9D564E

RGB

 RED value IS 157 (61.72% from 255) = 48.91%

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

 BLUE value IS 78 (30.86% from 255) = 24.3%

R = 48.91%
G = 26.79%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#9D564E (or 0x9D564E) is known color: Copper Rust. HEX triplet: 9D, 56 and 4E. RGB value is (157,86,78). Sum of RGB (Red+Green+Blue) = 157+86+78=321 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.91% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 157 - color contains mainly: red. Hex color #9D564E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D564E is #62A9B1. Grayscale: #6A6A6A. Windows color (decimal): -6465970 or 5133981. OLE color: 5133981.

HSL color Cylindrical-coordinate representation of color #9D564E: hue angle of 6.08º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D564E is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 86 78 -
CMYK 0 0.45 0.50 0.38
HSL 6.08º 0.34% 0.46% -
HSV(B) 6.08º 0.5% 0.62% -
XYZ 18.61 14.37 9 -
YUV 106.32 112.02 164.15 -
System Red Green Blue C M Y K H S L
Decimal 157 86 78 0 0.45 0.50 0.38 6.08 0.34 0.46
Hex 9D 56 4E 0 2D 32 26 6 22 2E
Octal 235 126 116 0 55 62 46 6 42 56
Binary 10011101 1010110 1001110 0 101101 110010 100110 110 100010 101110

Color Harmonies of #9D564E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D564E

Black with #9D564E

Text Example


Text Example

White with #9D564E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,86,78); }

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

background-color css

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

 a { background-color: rgb(157,86,78); }

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

border-color css

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

 span { border-color: rgb(157,86,78); }

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