Html Css Color HEX #98716D Copper Rose

📋 copy color: '#98716D'

red 152 ◦ green 113 ◦ blue 109

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

Shades of Copper Rose #98716D

Tints of Copper Rose #98716D

RGB

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

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

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

R = 40.64%
G = 30.21%
B = 29.14%

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

#98716D (or 0x98716D) is known color: Copper Rose. HEX triplet: 98, 71 and 6D. RGB value is (152,113,109). Sum of RGB (Red+Green+Blue) = 152+113+109=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 152 - color contains mainly: red. Hex color #98716D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98716D is #678E92. Grayscale: #7C7C7C. Windows color (decimal): -6786707 or 7172504. OLE color: 7172504.

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

Color convert

RGB 152 113 109 -
CMYK 0 0.26 0.28 0.40
HSL 5.58º 0.17% 0.51% -
HSV(B) 5.58º 0.28% 0.6% -
XYZ 21.61 19.59 17.11 -
YUV 124.21 119.42 147.83 -
System Red Green Blue C M Y K H S L
Decimal 152 113 109 0 0.26 0.28 0.40 5.58 0.17 0.51
Hex 98 71 6D 0 1A 1C 28 6 11 33
Octal 230 161 155 0 32 34 50 6 21 63
Binary 10011000 1110001 1101101 0 11010 11100 101000 110 10001 110011

Color Harmonies of #98716D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98716D

Black with #98716D

Text Example


Text Example

White with #98716D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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