Html Css Color HEX #985855 Copper Rust

📋 copy color: '#985855'

red 152 ◦ green 88 ◦ blue 85

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

Shades of Copper Rust #985855

Tints of Copper Rust #985855

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.08%

 BLUE value IS 85 (33.59% from 255) = 26.15%

R = 46.77%
G = 27.08%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.44

 K value IS 0.40

RGB Variations

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

Color information

#985855 (or 0x985855) is known color: Copper Rust. HEX triplet: 98, 58 and 55. RGB value is (152,88,85). Sum of RGB (Red+Green+Blue) = 152+88+85=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 152 - color contains mainly: red. Hex color #985855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985855 is #67A7AA. Grayscale: #6A6A6A. Windows color (decimal): -6793131 or 5593240. OLE color: 5593240.

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

Color convert

RGB 152 88 85 -
CMYK 0 0.42 0.44 0.40
HSL 2.69º 0.28% 0.46% -
HSV(B) 2.69º 0.44% 0.6% -
XYZ 18.08 14.31 10.4 -
YUV 106.79 115.7 160.24 -
System Red Green Blue C M Y K H S L
Decimal 152 88 85 0 0.42 0.44 0.40 2.69 0.28 0.46
Hex 98 58 55 0 2A 2C 28 3 1C 2E
Octal 230 130 125 0 52 54 50 3 34 56
Binary 10011000 1011000 1010101 0 101010 101100 101000 11 11100 101110

Color Harmonies of #985855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985855

Black with #985855

Text Example


Text Example

White with #985855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985855; }

 p { color: rgb(152,88,85); }

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

background-color css

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

 a { background-color: rgb(152,88,85); }

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

border-color css

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

 span { border-color: rgb(152,88,85); }

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