#926A69

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

Shades of Copper Rose #926A69

Tints of Copper Rose #926A69

Color information

#926A69 (or 0x926A69) is unknown color: approx Copper Rose. HEX triplet: 92, 6A and 69. RGB value is (146,106,105). Sum of RGB (Red+Green+Blue) = 146+106+105=357 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.90% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 146 - color contains mainly: red. Hex color #926A69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926A69 is #6D9596. Grayscale: #757575. Windows color (decimal): -7181719 or 6908562. OLE color: 6908562.

HSL color Cylindrical-coordinate representation of color #926A69: hue angle of 1.46º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #926A69 is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB146106105-
CMYK00.270.280.43
HSL1.46º16.33%49.22%-
HSV(B)1.46º28.08%57.25%-
XYZ19.5617.4415.7-
YUV117.85120.75148.08-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.90%
GREEN value IS 106 (41.80% from 255) = 29.69%
BLUE value IS 105 (41.41% from 255) = 29.41%
R=40.90%
G=29.69%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610610500.270.280.431.4616.3349.22
Hex926A6901B1C2B11031
Octal222152151033345312061
Binary100100101101010110100101101111100101011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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