#926866

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

Shades of Copper Rose #926866

Tints of Copper Rose #926866

Color information

#926866 (or 0x926866) is unknown color: approx Copper Rose. HEX triplet: 92, 68 and 66. RGB value is (146,104,102). Sum of RGB (Red+Green+Blue) = 146+104+102=352 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.48% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 102 (40.23% from 255 or 28.98% from 352); Max value from RGB is 146 - color contains mainly: red. Hex color #926866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926866 is #6D9799. Grayscale: #747474. Windows color (decimal): -7182234 or 6711442. OLE color: 6711442.

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

Color convert

RGB146104102-
CMYK00.290.300.43
HSL2.73º17.74%48.63%-
HSV(B)2.73º30.14%57.25%-
XYZ19.216.9714.83-
YUV116.33119.91149.16-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.48%
GREEN value IS 104 (41.02% from 255) = 29.55%
BLUE value IS 102 (40.23% from 255) = 28.98%
R=41.48%
G=29.55%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610410200.290.300.432.7317.7448.63
Hex92686601D1E2B31231
Octal222150146035365332261
Binary1001001011010001100110011101111101010111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926866; }

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

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

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

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

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

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

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

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