Html Css Color HEX #985646 Copper Rust

📋 copy color: '#985646'

red 152 ◦ green 86 ◦ blue 70

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

Shades of Copper Rust #985646

Tints of Copper Rust #985646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.73%

R = 49.35%
G = 27.92%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.40

RGB Variations

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

Color information

#985646 (or 0x985646) is known color: Copper Rust. HEX triplet: 98, 56 and 46. RGB value is (152,86,70). Sum of RGB (Red+Green+Blue) = 152+86+70=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #985646 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985646 is #67A9B9. Grayscale: #686868. Windows color (decimal): -6793658 or 4609688. OLE color: 4609688.

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

Color convert

RGB 152 86 70 -
CMYK 0 0.43 0.54 0.40
HSL 11.71º 0.37% 0.44% -
HSV(B) 11.71º 0.54% 0.6% -
XYZ 17.38 13.77 7.54 -
YUV 103.91 108.87 162.3 -
System Red Green Blue C M Y K H S L
Decimal 152 86 70 0 0.43 0.54 0.40 11.71 0.37 0.44
Hex 98 56 46 0 2B 36 28 C 25 2C
Octal 230 126 106 0 53 66 50 14 45 54
Binary 10011000 1010110 1000110 0 101011 110110 101000 1100 100101 101100

Color Harmonies of #985646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985646

Black with #985646

Text Example


Text Example

White with #985646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985646; }

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

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

background-color css

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

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

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

border-color css

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

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

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