#916867

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

Shades of Copper Rose #916867

Tints of Copper Rose #916867

Color information

#916867 (or 0x916867) is unknown color: approx Copper Rose. HEX triplet: 91, 68 and 67. RGB value is (145,104,103). Sum of RGB (Red+Green+Blue) = 145+104+103=352 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.19% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 103 (40.62% from 255 or 29.26% from 352); Max value from RGB is 145 - color contains mainly: red. Hex color #916867 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916867 is #6E9798. Grayscale: #747474. Windows color (decimal): -7247769 or 6776977. OLE color: 6776977.

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

Color convert

RGB145104103-
CMYK00.280.290.43
HSL1.43º16.94%48.63%-
HSV(B)1.43º28.97%56.86%-
XYZ19.0816.915.09-
YUV116.14120.58148.58-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.19%
GREEN value IS 104 (41.02% from 255) = 29.55%
BLUE value IS 103 (40.62% from 255) = 29.26%
R=41.19%
G=29.55%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510410300.280.290.431.4316.9448.63
Hex91686701C1D2B11131
Octal221150147034355312161
Binary100100011101000110011101110011101101011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916867; }

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

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

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

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

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

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

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

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