Html Css Color HEX #9B5856 Copper Rust

📋 copy color: '#9B5856'

red 155 ◦ green 88 ◦ blue 86

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

Shades of Copper Rust #9B5856

Tints of Copper Rust #9B5856

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.75%

 BLUE value IS 86 (33.98% from 255) = 26.14%

R = 47.11%
G = 26.75%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.39

RGB Variations

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

Color information

#9B5856 (or 0x9B5856) is known color: Copper Rust. HEX triplet: 9B, 58 and 56. RGB value is (155,88,86). Sum of RGB (Red+Green+Blue) = 155+88+86=329 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.11% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 86 (33.98% from 255 or 26.14% from 329); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5856 is #64A7A9. Grayscale: #6B6B6B. Windows color (decimal): -6596522 or 5658779. OLE color: 5658779.

HSL color Cylindrical-coordinate representation of color #9B5856: hue angle of 1.74º 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 #9B5856 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 88 86 -
CMYK 0 0.43 0.45 0.39
HSL 1.74º 0.29% 0.47% -
HSV(B) 1.74º 0.45% 0.61% -
XYZ 18.69 14.62 10.64 -
YUV 107.81 115.7 161.66 -
System Red Green Blue C M Y K H S L
Decimal 155 88 86 0 0.43 0.45 0.39 1.74 0.29 0.47
Hex 9B 58 56 0 2B 2D 27 2 1D 2F
Octal 233 130 126 0 53 55 47 2 35 57
Binary 10011011 1011000 1010110 0 101011 101101 100111 10 11101 101111

Color Harmonies of #9B5856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5856

Black with #9B5856

Text Example


Text Example

White with #9B5856

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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