Html Css Color HEX #986464 Copper Rose

📋 copy color: '#986464'

red 152 ◦ green 100 ◦ blue 100

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

Shades of Copper Rose #986464

Tints of Copper Rose #986464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 28.41%

R = 43.18%
G = 28.41%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#986464 (or 0x986464) is known color: Copper Rose. HEX triplet: 98, 64 and 64. RGB value is (152,100,100). Sum of RGB (Red+Green+Blue) = 152+100+100=352 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.18% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 152 - color contains mainly: red. Hex color #986464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986464 is #679B9B. Grayscale: #737373. Windows color (decimal): -6790044 or 6579352. OLE color: 6579352.

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

Color convert

RGB 152 100 100 -
CMYK 0 0.34 0.34 0.40
HSL 0.21% 0.49% -
HSV(B) 0.34% 0.6% -
XYZ 19.81 16.71 14.24 -
YUV 115.55 119.23 154 -
System Red Green Blue C M Y K H S L
Decimal 152 100 100 0 0.34 0.34 0.40 0 0.21 0.49
Hex 98 64 64 0 22 22 28 0 15 31
Octal 230 144 144 0 42 42 50 0 25 61
Binary 10011000 1100100 1100100 0 100010 100010 101000 0 10101 110001

Color Harmonies of #986464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986464

Black with #986464

Text Example


Text Example

White with #986464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986464; }

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

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

background-color css

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

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

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

border-color css

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

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

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