Html Css Color HEX #9B554C Copper Rust

📋 copy color: '#9B554C'

red 155 ◦ green 85 ◦ blue 76

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

Shades of Copper Rust #9B554C

Tints of Copper Rust #9B554C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.9%

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

R = 49.05%
G = 26.9%
B = 24.05%

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

#9B554C (or 0x9B554C) is known color: Copper Rust. HEX triplet: 9B, 55 and 4C. RGB value is (155,85,76). Sum of RGB (Red+Green+Blue) = 155+85+76=316 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.05% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 76 (30.08% from 255 or 24.05% from 316); Max value from RGB is 155 - color contains mainly: red. Hex color #9B554C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B554C is #64AAB3. Grayscale: #696969. Windows color (decimal): -6597300 or 5002651. OLE color: 5002651.

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

Color convert

RGB 155 85 76 -
CMYK 0 0.45 0.51 0.39
HSL 6.84º 0.34% 0.45% -
HSV(B) 6.84º 0.51% 0.61% -
XYZ 18.07 13.99 8.58 -
YUV 104.9 111.69 163.73 -
System Red Green Blue C M Y K H S L
Decimal 155 85 76 0 0.45 0.51 0.39 6.84 0.34 0.45
Hex 9B 55 4C 0 2D 33 27 7 22 2D
Octal 233 125 114 0 55 63 47 7 42 55
Binary 10011011 1010101 1001100 0 101101 110011 100111 111 100010 101101

Color Harmonies of #9B554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B554C

Black with #9B554C

Text Example


Text Example

White with #9B554C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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