Html Css Color HEX #995551 Copper Rust

📋 copy color: '#995551'

red 153 ◦ green 85 ◦ blue 81

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

Shades of Copper Rust #995551

Tints of Copper Rust #995551

RGB

 RED value IS 153 (60.16% from 255) = 47.96%

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

 BLUE value IS 81 (32.03% from 255) = 25.39%

R = 47.96%
G = 26.65%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.4

RGB Variations

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

Color information

#995551 (or 0x995551) is known color: Copper Rust. HEX triplet: 99, 55 and 51. RGB value is (153,85,81). Sum of RGB (Red+Green+Blue) = 153+85+81=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 81 (32.03% from 255 or 25.39% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #995551 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995551 is #66AAAE. Grayscale: #686868. Windows color (decimal): -6728367 or 5330329. OLE color: 5330329.

HSL color Cylindrical-coordinate representation of color #995551: hue angle of 3.33º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #995551 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 85 81 -
CMYK 0 0.44 0.47 0.4
HSL 3.33º 0.31% 0.46% -
HSV(B) 3.33º 0.47% 0.6% -
XYZ 17.87 13.86 9.52 -
YUV 104.88 114.53 162.33 -
System Red Green Blue C M Y K H S L
Decimal 153 85 81 0 0.44 0.47 0.4 3.33 0.31 0.46
Hex 99 55 51 0 2C 2F 28 3 1F 2E
Octal 231 125 121 0 54 57 50 3 37 56
Binary 10011001 1010101 1010001 0 101100 101111 101000 11 11111 101110

Color Harmonies of #995551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995551

Black with #995551

Text Example


Text Example

White with #995551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995551; }

 p { color: rgb(153,85,81); }

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

background-color css

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

 a { background-color: rgb(153,85,81); }

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

border-color css

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

 span { border-color: rgb(153,85,81); }

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