#916868

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

Shades of Copper Rose #916868

Tints of Copper Rose #916868

Color information

#916868 (or 0x916868) is unknown color: approx Copper Rose. HEX triplet: 91, 68 and 68. RGB value is (145,104,104). Sum of RGB (Red+Green+Blue) = 145+104+104=353 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.08% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 145 - color contains mainly: red. Hex color #916868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916868 is #6E9797. Grayscale: #747474. Windows color (decimal): -7247768 or 6842513. OLE color: 6842513.

HSL color Cylindrical-coordinate representation of color #916868: 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.28%. Process color model (Four color, CMYK) of #916868 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB145104104-
CMYK00.280.280.43
HSL16.47%48.82%-
HSV(B)28.28%56.86%-
XYZ19.1316.9215.35-
YUV116.26121.08148.5-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.08%
GREEN value IS 104 (41.02% from 255) = 29.46%
BLUE value IS 104 (41.02% from 255) = 29.46%
R=41.08%
G=29.46%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510410400.280.280.43016.4748.82
Hex91686801C1C2B01031
Octal221150150034345302061
Binary100100011101000110100001110011100101011010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916868; }

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

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

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

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

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

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

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

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