Html Css Color HEX #98706F Copper Rose

📋 copy color: '#98706F'

red 152 ◦ green 112 ◦ blue 111

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

Shades of Copper Rose #98706F

Tints of Copper Rose #98706F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.87%

 BLUE value IS 111 (43.75% from 255) = 29.6%

R = 40.53%
G = 29.87%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#98706F (or 0x98706F) is known color: Copper Rose. HEX triplet: 98, 70 and 6F. RGB value is (152,112,111). Sum of RGB (Red+Green+Blue) = 152+112+111=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 152 - color contains mainly: red. Hex color #98706F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98706F is #678F90. Grayscale: #7B7B7B. Windows color (decimal): -6786961 or 7303320. OLE color: 7303320.

HSL color Cylindrical-coordinate representation of color #98706F: hue angle of 1.46º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98706F is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 112 111 -
CMYK 0 0.26 0.27 0.40
HSL 1.46º 0.17% 0.52% -
HSV(B) 1.46º 0.27% 0.6% -
XYZ 21.61 19.41 17.65 -
YUV 123.85 120.75 148.08 -
System Red Green Blue C M Y K H S L
Decimal 152 112 111 0 0.26 0.27 0.40 1.46 0.17 0.52
Hex 98 70 6F 0 1A 1B 28 1 11 34
Octal 230 160 157 0 32 33 50 1 21 64
Binary 10011000 1110000 1101111 0 11010 11011 101000 1 10001 110100

Color Harmonies of #98706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98706F

Black with #98706F

Text Example


Text Example

White with #98706F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98706F; }

 p { color: rgb(152,112,111); }

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

background-color css

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

 a { background-color: rgb(152,112,111); }

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

border-color css

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

 span { border-color: rgb(152,112,111); }

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