#926B68

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

Shades of Copper Rose #926B68

Tints of Copper Rose #926B68

Color information

#926B68 (or 0x926B68) is unknown color: approx Copper Rose. HEX triplet: 92, 6B and 68. RGB value is (146,107,104). Sum of RGB (Red+Green+Blue) = 146+107+104=357 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.90% from 357); Green value is 107 (42.19% from 255 or 29.97% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 146 - color contains mainly: red. Hex color #926B68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926B68 is #6D9497. Grayscale: #767676. Windows color (decimal): -7181464 or 6843282. OLE color: 6843282.

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

Color convert

RGB146107104-
CMYK00.270.290.43
HSL4.29º16.8%49.02%-
HSV(B)4.29º28.77%57.25%-
XYZ19.6117.6315.47-
YUV118.32119.92147.74-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.90%
GREEN value IS 107 (42.19% from 255) = 29.97%
BLUE value IS 104 (41.02% from 255) = 29.13%
R=40.90%
G=29.97%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610710400.270.290.434.2916.849.02
Hex926B6801B1D2B41131
Octal222153150033355342161
Binary10010010110101111010000110111110110101110010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926B68; }

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

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

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

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

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

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

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

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