Html Css Color HEX #986360 Copper Rose

📋 copy color: '#986360'

red 152 ◦ green 99 ◦ blue 96

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

Shades of Copper Rose #986360

Tints of Copper Rose #986360

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.53%

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

R = 43.8%
G = 28.53%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.37

 K value IS 0.40

RGB Variations

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

Color information

#986360 (or 0x986360) is known color: Copper Rose. HEX triplet: 98, 63 and 60. RGB value is (152,99,96). Sum of RGB (Red+Green+Blue) = 152+99+96=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 96 (37.89% from 255 or 27.67% from 347); Max value from RGB is 152 - color contains mainly: red. Hex color #986360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986360 is #679C9F. Grayscale: #727272. Windows color (decimal): -6790304 or 6316952. OLE color: 6316952.

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

Color convert

RGB 152 99 96 -
CMYK 0 0.35 0.37 0.40
HSL 3.21º 0.23% 0.49% -
HSV(B) 3.21º 0.37% 0.6% -
XYZ 19.52 16.44 13.21 -
YUV 114.51 117.56 154.74 -
System Red Green Blue C M Y K H S L
Decimal 152 99 96 0 0.35 0.37 0.40 3.21 0.23 0.49
Hex 98 63 60 0 23 25 28 3 17 31
Octal 230 143 140 0 43 45 50 3 27 61
Binary 10011000 1100011 1100000 0 100011 100101 101000 11 10111 110001

Color Harmonies of #986360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986360

Black with #986360

Text Example


Text Example

White with #986360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986360; }

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

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

background-color css

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

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

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

border-color css

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

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

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