Html Css Color HEX #986361 Copper Rose

📋 copy color: '#986361'

red 152 ◦ green 99 ◦ blue 97

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

Shades of Copper Rose #986361

Tints of Copper Rose #986361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 27.87%

R = 43.68%
G = 28.45%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#986361 (or 0x986361) is known color: Copper Rose. HEX triplet: 98, 63 and 61. RGB value is (152,99,97). Sum of RGB (Red+Green+Blue) = 152+99+97=348 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.68% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 152 - color contains mainly: red. Hex color #986361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986361 is #679C9E. Grayscale: #727272. Windows color (decimal): -6790303 or 6382488. OLE color: 6382488.

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

Color convert

RGB 152 99 97 -
CMYK 0 0.35 0.36 0.40
HSL 2.18º 0.22% 0.49% -
HSV(B) 2.18º 0.36% 0.6% -
XYZ 19.57 16.46 13.46 -
YUV 114.62 118.06 154.66 -
System Red Green Blue C M Y K H S L
Decimal 152 99 97 0 0.35 0.36 0.40 2.18 0.22 0.49
Hex 98 63 61 0 23 24 28 2 16 31
Octal 230 143 141 0 43 44 50 2 26 61
Binary 10011000 1100011 1100001 0 100011 100100 101000 10 10110 110001

Color Harmonies of #986361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986361

Black with #986361

Text Example


Text Example

White with #986361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986361; }

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

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

background-color css

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

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

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

border-color css

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

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

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