Html Css Color HEX #98716E Copper Rose

📋 copy color: '#98716E'

red 152 ◦ green 113 ◦ blue 110

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

Shades of Copper Rose #98716E

Tints of Copper Rose #98716E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.13%

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

R = 40.53%
G = 30.13%
B = 29.33%

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

#98716E (or 0x98716E) is known color: Copper Rose. HEX triplet: 98, 71 and 6E. RGB value is (152,113,110). Sum of RGB (Red+Green+Blue) = 152+113+110=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 152 - color contains mainly: red. Hex color #98716E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98716E is #678E91. Grayscale: #7C7C7C. Windows color (decimal): -6786706 or 7238040. OLE color: 7238040.

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

Color convert

RGB 152 113 110 -
CMYK 0 0.26 0.28 0.40
HSL 4.29º 0.17% 0.51% -
HSV(B) 4.29º 0.28% 0.6% -
XYZ 21.67 19.61 17.4 -
YUV 124.32 119.92 147.74 -
System Red Green Blue C M Y K H S L
Decimal 152 113 110 0 0.26 0.28 0.40 4.29 0.17 0.51
Hex 98 71 6E 0 1A 1C 28 4 11 33
Octal 230 161 156 0 32 34 50 4 21 63
Binary 10011000 1110001 1101110 0 11010 11100 101000 100 10001 110011

Color Harmonies of #98716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98716E

Black with #98716E

Text Example


Text Example

White with #98716E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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