#916767

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

Shades of Copper Rose #916767

Tints of Copper Rose #916767

Color information

#916767 (or 0x916767) is unknown color: approx Copper Rose. HEX triplet: 91, 67 and 67. RGB value is (145,103,103). Sum of RGB (Red+Green+Blue) = 145+103+103=351 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.31% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 103 (40.62% from 255 or 29.34% from 351); Max value from RGB is 145 - color contains mainly: red. Hex color #916767 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916767 is #6E9898. Grayscale: #737373. Windows color (decimal): -7248025 or 6776721. OLE color: 6776721.

HSL color Cylindrical-coordinate representation of color #916767: hue angle of 0º 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 #916767 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB145103103-
CMYK00.290.290.43
HSL16.94%48.63%-
HSV(B)28.97%56.86%-
XYZ18.9816.715.06-
YUV115.56120.91149-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.31%
GREEN value IS 103 (40.62% from 255) = 29.34%
BLUE value IS 103 (40.62% from 255) = 29.34%
R=41.31%
G=29.34%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510310300.290.290.43016.9448.63
Hex91676701D1D2B01131
Octal221147147035355302161
Binary100100011100111110011101110111101101011010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916767; }

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

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

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

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

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

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

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

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