Html Css Color HEX #985648 Copper Rust

📋 copy color: '#985648'

red 152 ◦ green 86 ◦ blue 72

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

Shades of Copper Rust #985648

Tints of Copper Rust #985648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.23%

R = 49.03%
G = 27.74%
B = 23.23%

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

#985648 (or 0x985648) is known color: Copper Rust. HEX triplet: 98, 56 and 48. RGB value is (152,86,72). Sum of RGB (Red+Green+Blue) = 152+86+72=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #985648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985648 is #67A9B7. Grayscale: #686868. Windows color (decimal): -6793656 or 4740760. OLE color: 4740760.

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

Color convert

RGB 152 86 72 -
CMYK 0 0.43 0.53 0.40
HSL 10.5º 0.36% 0.44% -
HSV(B) 10.5º 0.53% 0.6% -
XYZ 17.45 13.8 7.87 -
YUV 104.14 109.87 162.14 -
System Red Green Blue C M Y K H S L
Decimal 152 86 72 0 0.43 0.53 0.40 10.5 0.36 0.44
Hex 98 56 48 0 2B 35 28 A 24 2C
Octal 230 126 110 0 53 65 50 12 44 54
Binary 10011000 1010110 1001000 0 101011 110101 101000 1010 100100 101100

Color Harmonies of #985648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985648

Black with #985648

Text Example


Text Example

White with #985648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985648; }

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

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

background-color css

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

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

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

border-color css

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

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

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