Html Css Color HEX #986562 Copper Rose

📋 copy color: '#986562'

red 152 ◦ green 101 ◦ blue 98

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

Shades of Copper Rose #986562

Tints of Copper Rose #986562

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.77%

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

R = 43.3%
G = 28.77%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#986562 (or 0x986562) is known color: Copper Rose. HEX triplet: 98, 65 and 62. RGB value is (152,101,98). Sum of RGB (Red+Green+Blue) = 152+101+98=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 98 (38.67% from 255 or 27.92% from 351); Max value from RGB is 152 - color contains mainly: red. Hex color #986562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986562 is #679A9D. Grayscale: #737373. Windows color (decimal): -6789790 or 6448536. OLE color: 6448536.

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

Color convert

RGB 152 101 98 -
CMYK 0 0.34 0.36 0.40
HSL 3.33º 0.22% 0.49% -
HSV(B) 3.33º 0.36% 0.6% -
XYZ 19.81 16.86 13.77 -
YUV 115.91 117.9 153.74 -
System Red Green Blue C M Y K H S L
Decimal 152 101 98 0 0.34 0.36 0.40 3.33 0.22 0.49
Hex 98 65 62 0 22 24 28 3 16 31
Octal 230 145 142 0 42 44 50 3 26 61
Binary 10011000 1100101 1100010 0 100010 100100 101000 11 10110 110001

Color Harmonies of #986562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986562

Black with #986562

Text Example


Text Example

White with #986562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986562; }

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

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

background-color css

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

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

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

border-color css

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

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

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