Html Css Color HEX #9B564C Copper Rust

📋 copy color: '#9B564C'

red 155 ◦ green 86 ◦ blue 76

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

Shades of Copper Rust #9B564C

Tints of Copper Rust #9B564C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.97%

R = 48.9%
G = 27.13%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.39

RGB Variations

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

Color information

#9B564C (or 0x9B564C) is known color: Copper Rust. HEX triplet: 9B, 56 and 4C. RGB value is (155,86,76). Sum of RGB (Red+Green+Blue) = 155+86+76=317 (41% of max value = 765). Red value is 155 (60.94% from 255 or 48.90% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 155 - color contains mainly: red. Hex color #9B564C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B564C is #64A9B3. Grayscale: #696969. Windows color (decimal): -6597044 or 5002907. OLE color: 5002907.

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

Color convert

RGB 155 86 76 -
CMYK 0 0.45 0.51 0.39
HSL 7.59º 0.34% 0.45% -
HSV(B) 7.59º 0.51% 0.61% -
XYZ 18.15 14.15 8.61 -
YUV 105.49 111.36 163.31 -
System Red Green Blue C M Y K H S L
Decimal 155 86 76 0 0.45 0.51 0.39 7.59 0.34 0.45
Hex 9B 56 4C 0 2D 33 27 8 22 2D
Octal 233 126 114 0 55 63 47 10 42 55
Binary 10011011 1010110 1001100 0 101101 110011 100111 1000 100010 101101

Color Harmonies of #9B564C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B564C

Black with #9B564C

Text Example


Text Example

White with #9B564C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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