Html Css Color HEX #985649 Copper Rust

📋 copy color: '#985649'

red 152 ◦ green 86 ◦ blue 73

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

Shades of Copper Rust #985649

Tints of Copper Rust #985649

RGB

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

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

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

R = 48.87%
G = 27.65%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.40

RGB Variations

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

Color information

#985649 (or 0x985649) is known color: Copper Rust. HEX triplet: 98, 56 and 49. RGB value is (152,86,73). Sum of RGB (Red+Green+Blue) = 152+86+73=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #985649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985649 is #67A9B6. Grayscale: #686868. Windows color (decimal): -6793655 or 4806296. OLE color: 4806296.

HSL color Cylindrical-coordinate representation of color #985649: hue angle of 9.87º 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 #985649 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 86 73 -
CMYK 0 0.43 0.52 0.40
HSL 9.87º 0.35% 0.44% -
HSV(B) 9.87º 0.52% 0.6% -
XYZ 17.48 13.81 8.05 -
YUV 104.25 110.37 162.06 -
System Red Green Blue C M Y K H S L
Decimal 152 86 73 0 0.43 0.52 0.40 9.87 0.35 0.44
Hex 98 56 49 0 2B 34 28 A 23 2C
Octal 230 126 111 0 53 64 50 12 43 54
Binary 10011000 1010110 1001001 0 101011 110100 101000 1010 100011 101100

Color Harmonies of #985649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985649

Black with #985649

Text Example


Text Example

White with #985649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985649; }

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

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

background-color css

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

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

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

border-color css

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

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

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