Html Css Color HEX #9B5653 Copper Rust

📋 copy color: '#9B5653'

red 155 ◦ green 86 ◦ blue 83

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

Shades of Copper Rust #9B5653

Tints of Copper Rust #9B5653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25.62%

R = 47.84%
G = 26.54%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.46

 K value IS 0.39

RGB Variations

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

Color information

#9B5653 (or 0x9B5653) is known color: Copper Rust. HEX triplet: 9B, 56 and 53. RGB value is (155,86,83). Sum of RGB (Red+Green+Blue) = 155+86+83=324 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.84% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 83 (32.81% from 255 or 25.62% from 324); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5653 is #64A9AC. Grayscale: #6A6A6A. Windows color (decimal): -6597037 or 5461659. OLE color: 5461659.

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

Color convert

RGB 155 86 83 -
CMYK 0 0.45 0.46 0.39
HSL 2.5º 0.3% 0.47% -
HSV(B) 2.5º 0.46% 0.61% -
XYZ 18.41 14.25 9.96 -
YUV 106.29 114.86 162.74 -
System Red Green Blue C M Y K H S L
Decimal 155 86 83 0 0.45 0.46 0.39 2.5 0.3 0.47
Hex 9B 56 53 0 2D 2E 27 2 1E 2F
Octal 233 126 123 0 55 56 47 2 36 57
Binary 10011011 1010110 1010011 0 101101 101110 100111 10 11110 101111

Color Harmonies of #9B5653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5653

Black with #9B5653

Text Example


Text Example

White with #9B5653

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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