Html Css Color HEX #98706D Copper Rose

📋 copy color: '#98706D'

red 152 ◦ green 112 ◦ blue 109

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

Shades of Copper Rose #98706D

Tints of Copper Rose #98706D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.22%

R = 40.75%
G = 30.03%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#98706D (or 0x98706D) is known color: Copper Rose. HEX triplet: 98, 70 and 6D. RGB value is (152,112,109). Sum of RGB (Red+Green+Blue) = 152+112+109=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 152 - color contains mainly: red. Hex color #98706D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98706D is #678F92. Grayscale: #7B7B7B. Windows color (decimal): -6786963 or 7172248. OLE color: 7172248.

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

Color convert

RGB 152 112 109 -
CMYK 0 0.26 0.28 0.40
HSL 4.19º 0.17% 0.51% -
HSV(B) 4.19º 0.28% 0.6% -
XYZ 21.5 19.37 17.07 -
YUV 123.62 119.75 148.24 -
System Red Green Blue C M Y K H S L
Decimal 152 112 109 0 0.26 0.28 0.40 4.19 0.17 0.51
Hex 98 70 6D 0 1A 1C 28 4 11 33
Octal 230 160 155 0 32 34 50 4 21 63
Binary 10011000 1110000 1101101 0 11010 11100 101000 100 10001 110011

Color Harmonies of #98706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98706D

Black with #98706D

Text Example


Text Example

White with #98706D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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