Html Css Color HEX #9B5655 Copper Rust

📋 copy color: '#9B5655'

red 155 ◦ green 86 ◦ blue 85

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

Shades of Copper Rust #9B5655

Tints of Copper Rust #9B5655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.07%

R = 47.55%
G = 26.38%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.39

RGB Variations

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

Color information

#9B5655 (or 0x9B5655) is known color: Copper Rust. HEX triplet: 9B, 56 and 55. RGB value is (155,86,85). Sum of RGB (Red+Green+Blue) = 155+86+85=326 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.55% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5655 is #64A9AA. Grayscale: #6A6A6A. Windows color (decimal): -6597035 or 5592731. OLE color: 5592731.

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

Color convert

RGB 155 86 85 -
CMYK 0 0.45 0.45 0.39
HSL 0.86º 0.29% 0.47% -
HSV(B) 0.86º 0.45% 0.61% -
XYZ 18.49 14.28 10.38 -
YUV 106.52 115.86 162.58 -
System Red Green Blue C M Y K H S L
Decimal 155 86 85 0 0.45 0.45 0.39 0.86 0.29 0.47
Hex 9B 56 55 0 2D 2D 27 1 1D 2F
Octal 233 126 125 0 55 55 47 1 35 57
Binary 10011011 1010110 1010101 0 101101 101101 100111 1 11101 101111

Color Harmonies of #9B5655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5655

Black with #9B5655

Text Example


Text Example

White with #9B5655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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