Html Css Color HEX #986462 Copper Rose

📋 copy color: '#986462'

red 152 ◦ green 100 ◦ blue 98

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

Shades of Copper Rose #986462

Tints of Copper Rose #986462

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.57%

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

R = 43.43%
G = 28.57%
B = 28%

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

#986462 (or 0x986462) is known color: Copper Rose. HEX triplet: 98, 64 and 62. RGB value is (152,100,98). Sum of RGB (Red+Green+Blue) = 152+100+98=350 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.43% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 98 (38.67% from 255 or 28% from 350); Max value from RGB is 152 - color contains mainly: red. Hex color #986462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986462 is #679B9D. Grayscale: #737373. Windows color (decimal): -6790046 or 6448280. OLE color: 6448280.

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

Color convert

RGB 152 100 98 -
CMYK 0 0.34 0.36 0.40
HSL 2.22º 0.22% 0.49% -
HSV(B) 2.22º 0.36% 0.6% -
XYZ 19.71 16.67 13.73 -
YUV 115.32 118.23 154.16 -
System Red Green Blue C M Y K H S L
Decimal 152 100 98 0 0.34 0.36 0.40 2.22 0.22 0.49
Hex 98 64 62 0 22 24 28 2 16 31
Octal 230 144 142 0 42 44 50 2 26 61
Binary 10011000 1100100 1100010 0 100010 100100 101000 10 10110 110001

Color Harmonies of #986462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986462

Black with #986462

Text Example


Text Example

White with #986462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986462; }

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

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

background-color css

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

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

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

border-color css

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

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

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