#9F6F6F

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

Shades of Copper Rose #9F6F6F

Tints of Copper Rose #9F6F6F

Color information

#9F6F6F (or 0x9F6F6F) is unknown color: approx Copper Rose. HEX triplet: 9F, 6F and 6F. RGB value is (159,111,111). Sum of RGB (Red+Green+Blue) = 159+111+111=381 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.73% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6F6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6F6F is #609090. Grayscale: #7D7D7D. Windows color (decimal): -6328465 or 7303071. OLE color: 7303071.

HSL color Cylindrical-coordinate representation of color #9F6F6F: hue angle of 0º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F6F6F is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB159111111-
CMYK00.300.300.38
HSL20%52.94%-
HSV(B)30.19%62.35%-
XYZ22.8519.8917.67-
YUV125.35119.9152-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.73%
GREEN value IS 111 (43.75% from 255) = 29.13%
BLUE value IS 111 (43.75% from 255) = 29.13%
R=41.73%
G=29.13%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911111100.300.300.3802052.94
Hex9F6F6F01E1E2601435
Octal237157157036364602465
Binary100111111101111110111101111011110100110010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F6F6F; }

 p { color: rgb(159,111,111); }

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

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

 a { background-color: rgb(159,111,111); }

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

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

 span { border-color: rgb(159,111,111); }

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