Html Css Color HEX #995446 Copper Rust

📋 copy color: '#995446'

red 153 ◦ green 84 ◦ blue 70

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

Shades of Copper Rust #995446

Tints of Copper Rust #995446

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.36%

 BLUE value IS 70 (27.73% from 255) = 22.8%

R = 49.84%
G = 27.36%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.4

RGB Variations

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

Color information

#995446 (or 0x995446) is known color: Copper Rust. HEX triplet: 99, 54 and 46. RGB value is (153,84,70). Sum of RGB (Red+Green+Blue) = 153+84+70=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #995446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995446 is #66ABB9. Grayscale: #676767. Windows color (decimal): -6728634 or 4609177. OLE color: 4609177.

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

Color convert

RGB 153 84 70 -
CMYK 0 0.45 0.54 0.4
HSL 10.12º 0.37% 0.44% -
HSV(B) 10.12º 0.54% 0.6% -
XYZ 17.41 13.56 7.49 -
YUV 103.04 109.36 163.64 -
System Red Green Blue C M Y K H S L
Decimal 153 84 70 0 0.45 0.54 0.4 10.12 0.37 0.44
Hex 99 54 46 0 2D 36 28 A 25 2C
Octal 231 124 106 0 55 66 50 12 45 54
Binary 10011001 1010100 1000110 0 101101 110110 101000 1010 100101 101100

Color Harmonies of #995446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995446

Black with #995446

Text Example


Text Example

White with #995446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995446; }

 p { color: rgb(153,84,70); }

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

background-color css

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

 a { background-color: rgb(153,84,70); }

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

border-color css

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

 span { border-color: rgb(153,84,70); }

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