Html Css Color HEX #986662 Copper Rose

📋 copy color: '#986662'

red 152 ◦ green 102 ◦ blue 98

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

Shades of Copper Rose #986662

Tints of Copper Rose #986662

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.98%

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

R = 43.18%
G = 28.98%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#986662 (or 0x986662) is known color: Copper Rose. HEX triplet: 98, 66 and 62. RGB value is (152,102,98). Sum of RGB (Red+Green+Blue) = 152+102+98=352 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.18% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 98 (38.67% from 255 or 27.84% from 352); Max value from RGB is 152 - color contains mainly: red. Hex color #986662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986662 is #67999D. Grayscale: #747474. Windows color (decimal): -6789534 or 6448792. OLE color: 6448792.

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

Color convert

RGB 152 102 98 -
CMYK 0 0.33 0.36 0.40
HSL 4.44º 0.22% 0.49% -
HSV(B) 4.44º 0.36% 0.6% -
XYZ 19.9 17.06 13.8 -
YUV 116.49 117.57 153.33 -
System Red Green Blue C M Y K H S L
Decimal 152 102 98 0 0.33 0.36 0.40 4.44 0.22 0.49
Hex 98 66 62 0 21 24 28 4 16 31
Octal 230 146 142 0 41 44 50 4 26 61
Binary 10011000 1100110 1100010 0 100001 100100 101000 100 10110 110001

Color Harmonies of #986662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986662

Black with #986662

Text Example


Text Example

White with #986662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986662; }

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

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

background-color css

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

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

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

border-color css

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

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

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