#926967

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

Shades of Copper Rose #926967

Tints of Copper Rose #926967

Color information

#926967 (or 0x926967) is unknown color: approx Copper Rose. HEX triplet: 92, 69 and 67. RGB value is (146,105,103). Sum of RGB (Red+Green+Blue) = 146+105+103=354 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.24% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 103 (40.62% from 255 or 29.10% from 354); Max value from RGB is 146 - color contains mainly: red. Hex color #926967 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926967 is #6D9698. Grayscale: #757575. Windows color (decimal): -7181977 or 6777234. OLE color: 6777234.

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

Color convert

RGB146105103-
CMYK00.280.290.43
HSL2.79º17.27%48.82%-
HSV(B)2.79º29.45%57.25%-
XYZ19.3517.1915.13-
YUV117.03120.08148.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.24%
GREEN value IS 105 (41.41% from 255) = 29.66%
BLUE value IS 103 (40.62% from 255) = 29.10%
R=41.24%
G=29.66%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610510300.280.290.432.7917.2748.82
Hex92696701C1D2B31131
Octal222151147034355332161
Binary1001001011010011100111011100111011010111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926967; }

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

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

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

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

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

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

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

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