#926968

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

Shades of Copper Rose #926968

Tints of Copper Rose #926968

Color information

#926968 (or 0x926968) is unknown color: approx Copper Rose. HEX triplet: 92, 69 and 68. RGB value is (146,105,104). Sum of RGB (Red+Green+Blue) = 146+105+104=355 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.13% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 146 - color contains mainly: red. Hex color #926968 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926968 is #6D9697. Grayscale: #757575. Windows color (decimal): -7181976 or 6842770. OLE color: 6842770.

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

Color convert

RGB146105104-
CMYK00.280.290.43
HSL1.43º16.8%49.02%-
HSV(B)1.43º28.77%57.25%-
XYZ19.417.2115.4-
YUV117.14120.58148.58-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.13%
GREEN value IS 105 (41.41% from 255) = 29.58%
BLUE value IS 104 (41.02% from 255) = 29.30%
R=41.13%
G=29.58%
B=29.30%

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
Decimal14610510400.280.290.431.4316.849.02
Hex92696801C1D2B11131
Octal222151150034355312161
Binary100100101101001110100001110011101101011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926968; }

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

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

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

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

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

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

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

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