#926B69

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

Shades of Copper Rose #926B69

Tints of Copper Rose #926B69

Color information

#926B69 (or 0x926B69) is unknown color: approx Copper Rose. HEX triplet: 92, 6B and 69. RGB value is (146,107,105). Sum of RGB (Red+Green+Blue) = 146+107+105=358 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.78% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 105 (41.41% from 255 or 29.33% from 358); Max value from RGB is 146 - color contains mainly: red. Hex color #926B69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926B69 is #6D9496. Grayscale: #767676. Windows color (decimal): -7181463 or 6908818. OLE color: 6908818.

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

Color convert

RGB146107105-
CMYK00.270.280.43
HSL2.93º16.33%49.22%-
HSV(B)2.93º28.08%57.25%-
XYZ19.6617.6515.73-
YUV118.43120.42147.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.78%
GREEN value IS 107 (42.19% from 255) = 29.89%
BLUE value IS 105 (41.41% from 255) = 29.33%
R=40.78%
G=29.89%
B=29.33%

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
Decimal14610710500.270.280.432.9316.3349.22
Hex926B6901B1C2B31031
Octal222153151033345332061
Binary1001001011010111101001011011111001010111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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