#926A6A

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

Shades of Copper Rose #926A6A

Tints of Copper Rose #926A6A

Color information

#926A6A (or 0x926A6A) is unknown color: approx Copper Rose. HEX triplet: 92, 6A and 6A. RGB value is (146,106,106). Sum of RGB (Red+Green+Blue) = 146+106+106=358 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.78% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 106 (41.80% from 255 or 29.61% from 358); Max value from RGB is 146 - color contains mainly: red. Hex color #926A6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926A6A is #6D9595. Grayscale: #767676. Windows color (decimal): -7181718 or 6974098. OLE color: 6974098.

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

Color convert

RGB146106106-
CMYK00.270.270.43
HSL15.87%49.41%-
HSV(B)27.4%57.25%-
XYZ19.6117.4615.97-
YUV117.96121.25148-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.78%
GREEN value IS 106 (41.80% from 255) = 29.61%
BLUE value IS 106 (41.80% from 255) = 29.61%
R=40.78%
G=29.61%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610610600.270.270.43015.8749.41
Hex926A6A01B1B2B01031
Octal222152152033335302061
Binary100100101101010110101001101111011101011010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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