#99716D

Color #99716D Copper Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Copper Rose #99716D

Tints of Copper Rose #99716D

Color information

#99716D (or 0x99716D) is unknown color: approx Copper Rose. HEX triplet: 99, 71 and 6D. RGB value is (153,113,109). Sum of RGB (Red+Green+Blue) = 153+113+109=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 153 - color contains mainly: red. Hex color #99716D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99716D is #668E92. Grayscale: #7C7C7C. Windows color (decimal): -6721171 or 7172505. OLE color: 7172505.

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

Color convert

RGB153113109-
CMYK00.260.290.4
HSL5.45º17.74%51.37%-
HSV(B)5.45º28.76%60%-
XYZ21.819.6917.12-
YUV124.5119.25148.33-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.8%
GREEN value IS 113 (44.53% from 255) = 30.13%
BLUE value IS 109 (42.97% from 255) = 29.07%
R=40.8%
G=30.13%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311310900.260.290.45.4517.7451.37
Hex99716D01A1D2851233
Octal231161155032355052263
Binary10011001111000111011010110101110110100010110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99716D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #99716D;
 }
 .AnyTagClassName
 {
   color: #99716D;
 }
</style>
background-color css

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

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

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

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

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

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