#916A6A

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

Shades of Copper Rose #916A6A

Tints of Copper Rose #916A6A

Color information

#916A6A (or 0x916A6A) is unknown color: approx Copper Rose. HEX triplet: 91, 6A and 6A. RGB value is (145,106,106). Sum of RGB (Red+Green+Blue) = 145+106+106=357 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.62% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 145 - color contains mainly: red. Hex color #916A6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916A6A is #6E9595. Grayscale: #757575. Windows color (decimal): -7247254 or 6974097. OLE color: 6974097.

HSL color Cylindrical-coordinate representation of color #916A6A: hue angle of 0º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #916A6A is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB145106106-
CMYK00.270.270.43
HSL15.54%49.22%-
HSV(B)26.9%56.86%-
XYZ19.4317.3715.96-
YUV117.66121.42147.5-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.62%
GREEN value IS 106 (41.80% from 255) = 29.69%
BLUE value IS 106 (41.80% from 255) = 29.69%
R=40.62%
G=29.69%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510610600.270.270.43015.5449.22
Hex916A6A01B1B2B01031
Octal221152152033335302061
Binary100100011101010110101001101111011101011010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916A6A; }

 p { color: rgb(145,106,106); }

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

<style>
 a { background-color: #916A6A; }

 a { background-color: rgb(145,106,106); }

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

<style>
 span { border-color: #916A6A; }

 span { border-color: rgb(145,106,106); }

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