Html Css Color HEX #98706E Copper Rose

📋 copy color: '#98706E'

red 152 ◦ green 112 ◦ blue 110

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

Shades of Copper Rose #98706E

Tints of Copper Rose #98706E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.41%

R = 40.64%
G = 29.95%
B = 29.41%

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

#98706E (or 0x98706E) is known color: Copper Rose. HEX triplet: 98, 70 and 6E. RGB value is (152,112,110). Sum of RGB (Red+Green+Blue) = 152+112+110=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 152 - color contains mainly: red. Hex color #98706E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98706E is #678F91. Grayscale: #7B7B7B. Windows color (decimal): -6786962 or 7237784. OLE color: 7237784.

HSL color Cylindrical-coordinate representation of color #98706E: hue angle of 2.86º 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 #98706E is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 112 110 -
CMYK 0 0.26 0.28 0.40
HSL 2.86º 0.17% 0.51% -
HSV(B) 2.86º 0.28% 0.6% -
XYZ 21.56 19.39 17.36 -
YUV 123.73 120.25 148.16 -
System Red Green Blue C M Y K H S L
Decimal 152 112 110 0 0.26 0.28 0.40 2.86 0.17 0.51
Hex 98 70 6E 0 1A 1C 28 3 11 33
Octal 230 160 156 0 32 34 50 3 21 63
Binary 10011000 1110000 1101110 0 11010 11100 101000 11 10001 110011

Color Harmonies of #98706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98706E

Black with #98706E

Text Example


Text Example

White with #98706E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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