Html Css Color HEX #986460 Copper Rose

📋 copy color: '#986460'

red 152 ◦ green 100 ◦ blue 96

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

Shades of Copper Rose #986460

Tints of Copper Rose #986460

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.74%

 BLUE value IS 96 (37.89% from 255) = 27.59%

R = 43.68%
G = 28.74%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.37

 K value IS 0.40

RGB Variations

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

Color information

#986460 (or 0x986460) is known color: Copper Rose. HEX triplet: 98, 64 and 60. RGB value is (152,100,96). Sum of RGB (Red+Green+Blue) = 152+100+96=348 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.68% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 152 - color contains mainly: red. Hex color #986460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986460 is #679B9F. Grayscale: #737373. Windows color (decimal): -6790048 or 6317208. OLE color: 6317208.

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

Color convert

RGB 152 100 96 -
CMYK 0 0.34 0.37 0.40
HSL 4.29º 0.23% 0.49% -
HSV(B) 4.29º 0.37% 0.6% -
XYZ 19.62 16.63 13.24 -
YUV 115.09 117.23 154.33 -
System Red Green Blue C M Y K H S L
Decimal 152 100 96 0 0.34 0.37 0.40 4.29 0.23 0.49
Hex 98 64 60 0 22 25 28 4 17 31
Octal 230 144 140 0 42 45 50 4 27 61
Binary 10011000 1100100 1100000 0 100010 100101 101000 100 10111 110001

Color Harmonies of #986460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986460

Black with #986460

Text Example


Text Example

White with #986460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986460; }

 p { color: rgb(152,100,96); }

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

background-color css

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

 a { background-color: rgb(152,100,96); }

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

border-color css

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

 span { border-color: rgb(152,100,96); }

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