Html Css Color HEX #995649 Copper Rust

📋 copy color: '#995649'

red 153 ◦ green 86 ◦ blue 73

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

Shades of Copper Rust #995649

Tints of Copper Rust #995649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 23.4%

R = 49.04%
G = 27.56%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#995649 (or 0x995649) is known color: Copper Rust. HEX triplet: 99, 56 and 49. RGB value is (153,86,73). Sum of RGB (Red+Green+Blue) = 153+86+73=312 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.04% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 153 - color contains mainly: red. Hex color #995649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995649 is #66A9B6. Grayscale: #686868. Windows color (decimal): -6728119 or 4806297. OLE color: 4806297.

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

Color convert

RGB 153 86 73 -
CMYK 0 0.44 0.52 0.4
HSL 9.75º 0.35% 0.44% -
HSV(B) 9.75º 0.52% 0.6% -
XYZ 17.67 13.91 8.06 -
YUV 104.55 110.2 162.56 -
System Red Green Blue C M Y K H S L
Decimal 153 86 73 0 0.44 0.52 0.4 9.75 0.35 0.44
Hex 99 56 49 0 2C 34 28 A 23 2C
Octal 231 126 111 0 54 64 50 12 43 54
Binary 10011001 1010110 1001001 0 101100 110100 101000 1010 100011 101100

Color Harmonies of #995649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995649

Black with #995649

Text Example


Text Example

White with #995649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995649; }

 p { color: rgb(153,86,73); }

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

background-color css

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

 a { background-color: rgb(153,86,73); }

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

border-color css

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

 span { border-color: rgb(153,86,73); }

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