Html Css Color HEX #985653 Copper Rust

📋 copy color: '#985653'

red 152 ◦ green 86 ◦ blue 83

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

Shades of Copper Rust #985653

Tints of Copper Rust #985653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25.86%

R = 47.35%
G = 26.79%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#985653 (or 0x985653) is known color: Copper Rust. HEX triplet: 98, 56 and 53. RGB value is (152,86,83). Sum of RGB (Red+Green+Blue) = 152+86+83=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 83 (32.81% from 255 or 25.86% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #985653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985653 is #67A9AC. Grayscale: #696969. Windows color (decimal): -6793645 or 5461656. OLE color: 5461656.

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

Color convert

RGB 152 86 83 -
CMYK 0 0.43 0.45 0.40
HSL 2.61º 0.29% 0.46% -
HSV(B) 2.61º 0.45% 0.6% -
XYZ 17.84 13.96 9.94 -
YUV 105.39 115.37 161.24 -
System Red Green Blue C M Y K H S L
Decimal 152 86 83 0 0.43 0.45 0.40 2.61 0.29 0.46
Hex 98 56 53 0 2B 2D 28 3 1D 2E
Octal 230 126 123 0 53 55 50 3 35 56
Binary 10011000 1010110 1010011 0 101011 101101 101000 11 11101 101110

Color Harmonies of #985653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985653

Black with #985653

Text Example


Text Example

White with #985653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985653; }

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

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

background-color css

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

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

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

border-color css

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

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

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