#986766

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

Shades of Copper Rose #986766

Tints of Copper Rose #986766

Color information

#986766 (or 0x986766) is unknown color: approx Copper Rose. HEX triplet: 98, 67 and 66. RGB value is (152,103,102). Sum of RGB (Red+Green+Blue) = 152+103+102=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 152 - color contains mainly: red. Hex color #986766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986766 is #679899. Grayscale: #757575. Windows color (decimal): -6789274 or 6711192. OLE color: 6711192.

HSL color Cylindrical-coordinate representation of color #986766: hue angle of 1.2º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #986766 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.40.

Color convert

RGB152103102-
CMYK00.320.330.40
HSL1.2º19.69%49.8%-
HSV(B)1.2º32.89%59.61%-
XYZ20.217.3414.85-
YUV117.54119.23152.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.58%
GREEN value IS 103 (40.62% from 255) = 28.85%
BLUE value IS 102 (40.23% from 255) = 28.57%
R=42.58%
G=28.85%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210310200.320.330.401.219.6949.8
Hex986766020212811432
Octal230147146040415012462
Binary10011000110011111001100100000100001101000110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986766; }

 p { color: rgb(152,103,102); }

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

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

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

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

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

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

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