#926C6A

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

Shades of Copper Rose #926C6A

Tints of Copper Rose #926C6A

Color information

#926C6A (or 0x926C6A) is unknown color: approx Copper Rose. HEX triplet: 92, 6C and 6A. RGB value is (146,108,106). Sum of RGB (Red+Green+Blue) = 146+108+106=360 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.56% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 146 - color contains mainly: red. Hex color #926C6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926C6A is #6D9395. Grayscale: #777777. Windows color (decimal): -7181206 or 6974610. OLE color: 6974610.

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

Color convert

RGB146108106-
CMYK00.260.270.43
HSL15.87%49.41%-
HSV(B)27.4%57.25%-
XYZ19.8217.8816.04-
YUV119.13120.59147.16-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.56%
GREEN value IS 108 (42.58% from 255) = 30%
BLUE value IS 106 (41.80% from 255) = 29.44%
R=40.56%
G=30%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610810600.260.270.43315.8749.41
Hex926C6A01A1B2B31031
Octal222154152032335332061
Binary1001001011011001101010011010110111010111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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