#926867

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

Shades of Copper Rose #926867

Tints of Copper Rose #926867

Color information

#926867 (or 0x926867) is unknown color: approx Copper Rose. HEX triplet: 92, 68 and 67. RGB value is (146,104,103). Sum of RGB (Red+Green+Blue) = 146+104+103=353 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.36% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 103 (40.62% from 255 or 29.18% from 353); Max value from RGB is 146 - color contains mainly: red. Hex color #926867 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926867 is #6D9798. Grayscale: #747474. Windows color (decimal): -7182233 or 6776978. OLE color: 6776978.

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

Color convert

RGB146104103-
CMYK00.290.290.43
HSL1.4º17.27%48.82%-
HSV(B)1.4º29.45%57.25%-
XYZ19.2516.9915.1-
YUV116.44120.41149.08-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.36%
GREEN value IS 104 (41.02% from 255) = 29.46%
BLUE value IS 103 (40.62% from 255) = 29.18%
R=41.36%
G=29.46%
B=29.18%

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
Decimal14610410300.290.290.431.417.2748.82
Hex92686701D1D2B11131
Octal222150147035355312161
Binary100100101101000110011101110111101101011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926867; }

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

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

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

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

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

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

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

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