Html Css Color HEX #995647 Copper Rust

📋 copy color: '#995647'

red 153 ◦ green 86 ◦ blue 71

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

Shades of Copper Rust #995647

Tints of Copper Rust #995647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.9%

R = 49.35%
G = 27.74%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.4

RGB Variations

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

Color information

#995647 (or 0x995647) is known color: Copper Rust. HEX triplet: 99, 56 and 47. RGB value is (153,86,71). Sum of RGB (Red+Green+Blue) = 153+86+71=310 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.35% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 71 (28.12% from 255 or 22.90% from 310); Max value from RGB is 153 - color contains mainly: red. Hex color #995647 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995647 is #66A9B8. Grayscale: #686868. Windows color (decimal): -6728121 or 4675225. OLE color: 4675225.

HSL color Cylindrical-coordinate representation of color #995647: hue angle of 10.98º 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 #995647 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 86 71 -
CMYK 0 0.44 0.54 0.4
HSL 10.98º 0.37% 0.44% -
HSV(B) 10.98º 0.54% 0.6% -
XYZ 17.6 13.88 7.71 -
YUV 104.32 109.2 162.72 -
System Red Green Blue C M Y K H S L
Decimal 153 86 71 0 0.44 0.54 0.4 10.98 0.37 0.44
Hex 99 56 47 0 2C 36 28 B 25 2C
Octal 231 126 107 0 54 66 50 13 45 54
Binary 10011001 1010110 1000111 0 101100 110110 101000 1011 100101 101100

Color Harmonies of #995647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995647

Black with #995647

Text Example


Text Example

White with #995647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995647; }

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

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

background-color css

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

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

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

border-color css

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

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

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