Html Css Color HEX #986563 Copper Rose

📋 copy color: '#986563'

red 152 ◦ green 101 ◦ blue 99

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

Shades of Copper Rose #986563

Tints of Copper Rose #986563

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.69%

 BLUE value IS 99 (39.06% from 255) = 28.13%

R = 43.18%
G = 28.69%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.40

RGB Variations

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

Color information

#986563 (or 0x986563) is known color: Copper Rose. HEX triplet: 98, 65 and 63. RGB value is (152,101,99). Sum of RGB (Red+Green+Blue) = 152+101+99=352 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.18% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 99 (39.06% from 255 or 28.12% from 352); Max value from RGB is 152 - color contains mainly: red. Hex color #986563 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986563 is #679A9C. Grayscale: #747474. Windows color (decimal): -6789789 or 6514072. OLE color: 6514072.

HSL color Cylindrical-coordinate representation of color #986563: hue angle of 2.26º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #986563 is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 101 99 -
CMYK 0 0.34 0.35 0.40
HSL 2.26º 0.21% 0.49% -
HSV(B) 2.26º 0.35% 0.6% -
XYZ 19.85 16.88 14.02 -
YUV 116.02 118.4 153.66 -
System Red Green Blue C M Y K H S L
Decimal 152 101 99 0 0.34 0.35 0.40 2.26 0.21 0.49
Hex 98 65 63 0 22 23 28 2 15 31
Octal 230 145 143 0 42 43 50 2 25 61
Binary 10011000 1100101 1100011 0 100010 100011 101000 10 10101 110001

Color Harmonies of #986563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986563

Black with #986563

Text Example


Text Example

White with #986563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986563; }

 p { color: rgb(152,101,99); }

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

background-color css

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

 a { background-color: rgb(152,101,99); }

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

border-color css

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

 span { border-color: rgb(152,101,99); }

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