Html Css Color HEX #9B514E Copper Rust

📋 copy color: '#9B514E'

red 155 ◦ green 81 ◦ blue 78

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

Shades of Copper Rust #9B514E

Tints of Copper Rust #9B514E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.8%

 BLUE value IS 78 (30.86% from 255) = 24.84%

R = 49.36%
G = 25.8%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.39

RGB Variations

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

Color information

#9B514E (or 0x9B514E) is known color: Copper Rust. HEX triplet: 9B, 51 and 4E. RGB value is (155,81,78). Sum of RGB (Red+Green+Blue) = 155+81+78=314 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.36% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 78 (30.86% from 255 or 24.84% from 314); Max value from RGB is 155 - color contains mainly: red. Hex color #9B514E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B514E is #64AEB1. Grayscale: #666666. Windows color (decimal): -6598322 or 5132699. OLE color: 5132699.

HSL color Cylindrical-coordinate representation of color #9B514E: hue angle of 2.34º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B514E is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 81 78 -
CMYK 0 0.48 0.50 0.39
HSL 2.34º 0.33% 0.46% -
HSV(B) 2.34º 0.5% 0.61% -
XYZ 17.84 13.4 8.85 -
YUV 102.78 114.02 165.24 -
System Red Green Blue C M Y K H S L
Decimal 155 81 78 0 0.48 0.50 0.39 2.34 0.33 0.46
Hex 9B 51 4E 0 30 32 27 2 21 2E
Octal 233 121 116 0 60 62 47 2 41 56
Binary 10011011 1010001 1001110 0 110000 110010 100111 10 100001 101110

Color Harmonies of #9B514E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B514E

Black with #9B514E

Text Example


Text Example

White with #9B514E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,81,78); }

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

background-color css

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

 a { background-color: rgb(155,81,78); }

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

border-color css

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

 span { border-color: rgb(155,81,78); }

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