Html Css Color HEX #99716E Copper Rose

📋 copy color: '#99716E'

red 153 ◦ green 113 ◦ blue 110

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

Shades of Copper Rose #99716E

Tints of Copper Rose #99716E

RGB

 RED value IS 153 (60.16% from 255) = 40.69%

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

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

R = 40.69%
G = 30.05%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.4

RGB Variations

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

Color information

#99716E (or 0x99716E) is known color: Copper Rose. HEX triplet: 99, 71 and 6E. RGB value is (153,113,110). Sum of RGB (Red+Green+Blue) = 153+113+110=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 153 - color contains mainly: red. Hex color #99716E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99716E is #668E91. Grayscale: #7C7C7C. Windows color (decimal): -6721170 or 7238041. OLE color: 7238041.

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

Color convert

RGB 153 113 110 -
CMYK 0 0.26 0.28 0.4
HSL 4.19º 0.17% 0.52% -
HSV(B) 4.19º 0.28% 0.6% -
XYZ 21.86 19.71 17.4 -
YUV 124.62 119.75 148.24 -
System Red Green Blue C M Y K H S L
Decimal 153 113 110 0 0.26 0.28 0.4 4.19 0.17 0.52
Hex 99 71 6E 0 1A 1C 28 4 11 34
Octal 231 161 156 0 32 34 50 4 21 64
Binary 10011001 1110001 1101110 0 11010 11100 101000 100 10001 110100

Color Harmonies of #99716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99716E

Black with #99716E

Text Example


Text Example

White with #99716E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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