Html Css Color HEX #985655 Copper Rust

📋 copy color: '#985655'

red 152 ◦ green 86 ◦ blue 85

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

Shades of Copper Rust #985655

Tints of Copper Rust #985655

RGB

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

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

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

R = 47.06%
G = 26.63%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.44

 K value IS 0.40

RGB Variations

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

Color information

#985655 (or 0x985655) is known color: Copper Rust. HEX triplet: 98, 56 and 55. RGB value is (152,86,85). Sum of RGB (Red+Green+Blue) = 152+86+85=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 152 - color contains mainly: red. Hex color #985655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985655 is #67A9AA. Grayscale: #696969. Windows color (decimal): -6793643 or 5592728. OLE color: 5592728.

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

Color convert

RGB 152 86 85 -
CMYK 0 0.43 0.44 0.40
HSL 0.9º 0.28% 0.46% -
HSV(B) 0.9º 0.44% 0.6% -
XYZ 17.92 13.99 10.35 -
YUV 105.62 116.37 161.08 -
System Red Green Blue C M Y K H S L
Decimal 152 86 85 0 0.43 0.44 0.40 0.9 0.28 0.46
Hex 98 56 55 0 2B 2C 28 1 1C 2E
Octal 230 126 125 0 53 54 50 1 34 56
Binary 10011000 1010110 1010101 0 101011 101100 101000 1 11100 101110

Color Harmonies of #985655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985655

Black with #985655

Text Example


Text Example

White with #985655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985655; }

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

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

background-color css

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

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

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

border-color css

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

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

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