Html Css Color HEX #9B564D Copper Rust

📋 copy color: '#9B564D'

red 155 ◦ green 86 ◦ blue 77

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

Shades of Copper Rust #9B564D

Tints of Copper Rust #9B564D

RGB

 RED value IS 155 (60.94% from 255) = 48.74%

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

 BLUE value IS 77 (30.47% from 255) = 24.21%

R = 48.74%
G = 27.04%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.39

RGB Variations

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

Color information

#9B564D (or 0x9B564D) is known color: Copper Rust. HEX triplet: 9B, 56 and 4D. RGB value is (155,86,77). Sum of RGB (Red+Green+Blue) = 155+86+77=318 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.74% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 155 - color contains mainly: red. Hex color #9B564D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B564D is #64A9B2. Grayscale: #696969. Windows color (decimal): -6597043 or 5068443. OLE color: 5068443.

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

Color convert

RGB 155 86 77 -
CMYK 0 0.45 0.50 0.39
HSL 6.92º 0.34% 0.45% -
HSV(B) 6.92º 0.5% 0.61% -
XYZ 18.18 14.16 8.8 -
YUV 105.61 111.86 163.23 -
System Red Green Blue C M Y K H S L
Decimal 155 86 77 0 0.45 0.50 0.39 6.92 0.34 0.45
Hex 9B 56 4D 0 2D 32 27 7 22 2D
Octal 233 126 115 0 55 62 47 7 42 55
Binary 10011011 1010110 1001101 0 101101 110010 100111 111 100010 101101

Color Harmonies of #9B564D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B564D

Black with #9B564D

Text Example


Text Example

White with #9B564D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,86,77); }

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

background-color css

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

 a { background-color: rgb(155,86,77); }

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

border-color css

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

 span { border-color: rgb(155,86,77); }

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