Html Css Color HEX #986362 Copper Rose

📋 copy color: '#986362'

red 152 ◦ green 99 ◦ blue 98

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

Shades of Copper Rose #986362

Tints of Copper Rose #986362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.08%

R = 43.55%
G = 28.37%
B = 28.08%

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

#986362 (or 0x986362) is known color: Copper Rose. HEX triplet: 98, 63 and 62. RGB value is (152,99,98). Sum of RGB (Red+Green+Blue) = 152+99+98=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 98 (38.67% from 255 or 28.08% from 349); Max value from RGB is 152 - color contains mainly: red. Hex color #986362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986362 is #679C9D. Grayscale: #727272. Windows color (decimal): -6790302 or 6448024. OLE color: 6448024.

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

Color convert

RGB 152 99 98 -
CMYK 0 0.35 0.36 0.40
HSL 1.11º 0.22% 0.49% -
HSV(B) 1.11º 0.36% 0.6% -
XYZ 19.62 16.48 13.7 -
YUV 114.73 118.56 154.58 -
System Red Green Blue C M Y K H S L
Decimal 152 99 98 0 0.35 0.36 0.40 1.11 0.22 0.49
Hex 98 63 62 0 23 24 28 1 16 31
Octal 230 143 142 0 43 44 50 1 26 61
Binary 10011000 1100011 1100010 0 100011 100100 101000 1 10110 110001

Color Harmonies of #986362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986362

Black with #986362

Text Example


Text Example

White with #986362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986362; }

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

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

background-color css

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

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

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

border-color css

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

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

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