#9F6B6A

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

Shades of Copper Rose #9F6B6A

Tints of Copper Rose #9F6B6A

Color information

#9F6B6A (or 0x9F6B6A) is unknown color: approx Copper Rose. HEX triplet: 9F, 6B and 6A. RGB value is (159,107,106). Sum of RGB (Red+Green+Blue) = 159+107+106=372 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.74% from 372); Green value is 107 (42.19% from 255 or 28.76% from 372); Blue value is 106 (41.80% from 255 or 28.49% from 372); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6B6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6B6A is #609495. Grayscale: #7A7A7A. Windows color (decimal): -6329494 or 6974367. OLE color: 6974367.

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

Color convert

RGB159107106-
CMYK00.330.330.38
HSL1.13º21.63%51.96%-
HSV(B)1.13º33.33%62.35%-
XYZ22.1618.9316.12-
YUV122.43118.73154.08-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.74%
GREEN value IS 107 (42.19% from 255) = 28.76%
BLUE value IS 106 (41.80% from 255) = 28.49%
R=42.74%
G=28.76%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910710600.330.330.381.1321.6351.96
Hex9F6B6A021212611634
Octal237153152041414612664
Binary10011111110101111010100100001100001100110110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,107,106); }

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

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

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

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

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

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

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