#926767

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

Shades of Copper Rose #926767

Tints of Copper Rose #926767

Color information

#926767 (or 0x926767) is unknown color: approx Copper Rose. HEX triplet: 92, 67 and 67. RGB value is (146,103,103). Sum of RGB (Red+Green+Blue) = 146+103+103=352 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.48% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 103 (40.62% from 255 or 29.26% from 352); Max value from RGB is 146 - color contains mainly: red. Hex color #926767 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926767 is #6D9898. Grayscale: #737373. Windows color (decimal): -7182489 or 6776722. OLE color: 6776722.

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

Color convert

RGB146103103-
CMYK00.290.290.43
HSL17.27%48.82%-
HSV(B)29.45%57.25%-
XYZ19.1516.7915.06-
YUV115.86120.75149.5-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.48%
GREEN value IS 103 (40.62% from 255) = 29.26%
BLUE value IS 103 (40.62% from 255) = 29.26%
R=41.48%
G=29.26%
B=29.26%

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
Decimal14610310300.290.290.43017.2748.82
Hex92676701D1D2B01131
Octal222147147035355302161
Binary100100101100111110011101110111101101011010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926767; }

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

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

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

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

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

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

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

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