#926868

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

Shades of Copper Rose #926868

Tints of Copper Rose #926868

Color information

#926868 (or 0x926868) is unknown color: approx Copper Rose. HEX triplet: 92, 68 and 68. RGB value is (146,104,104). Sum of RGB (Red+Green+Blue) = 146+104+104=354 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.24% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 104 (41.02% from 255 or 29.38% from 354); Max value from RGB is 146 - color contains mainly: red. Hex color #926868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926868 is #6D9797. Grayscale: #747474. Windows color (decimal): -7182232 or 6842514. OLE color: 6842514.

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

Color convert

RGB146104104-
CMYK00.290.290.43
HSL16.8%49.02%-
HSV(B)28.77%57.25%-
XYZ19.317.0115.36-
YUV116.56120.91149-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.24%
GREEN value IS 104 (41.02% from 255) = 29.38%
BLUE value IS 104 (41.02% from 255) = 29.38%
R=41.24%
G=29.38%
B=29.38%

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
Decimal14610410400.290.290.43016.849.02
Hex92686801D1D2B01131
Octal222150150035355302161
Binary100100101101000110100001110111101101011010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926868; }

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

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

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

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

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

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

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

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