Html Css Color HEX #985647 Copper Rust

📋 copy color: '#985647'

red 152 ◦ green 86 ◦ blue 71

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

Shades of Copper Rust #985647

Tints of Copper Rust #985647

RGB

 RED value IS 152 (59.77% from 255) = 49.19%

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

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

R = 49.19%
G = 27.83%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#985647 (or 0x985647) is known color: Copper Rust. HEX triplet: 98, 56 and 47. RGB value is (152,86,71). Sum of RGB (Red+Green+Blue) = 152+86+71=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 71 (28.12% from 255 or 22.98% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #985647 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985647 is #67A9B8. Grayscale: #686868. Windows color (decimal): -6793657 or 4675224. OLE color: 4675224.

HSL color Cylindrical-coordinate representation of color #985647: hue angle of 11.11º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #985647 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 86 71 -
CMYK 0 0.43 0.53 0.40
HSL 11.11º 0.36% 0.44% -
HSV(B) 11.11º 0.53% 0.6% -
XYZ 17.41 13.79 7.7 -
YUV 104.02 109.37 162.22 -
System Red Green Blue C M Y K H S L
Decimal 152 86 71 0 0.43 0.53 0.40 11.11 0.36 0.44
Hex 98 56 47 0 2B 35 28 B 24 2C
Octal 230 126 107 0 53 65 50 13 44 54
Binary 10011000 1010110 1000111 0 101011 110101 101000 1011 100100 101100

Color Harmonies of #985647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985647

Black with #985647

Text Example


Text Example

White with #985647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985647; }

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

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

background-color css

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

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

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

border-color css

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

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

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