#9F6C67

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

Shades of Copper Rose #9F6C67

Tints of Copper Rose #9F6C67

Color information

#9F6C67 (or 0x9F6C67) is unknown color: approx Copper Rose. HEX triplet: 9F, 6C and 67. RGB value is (159,108,103). Sum of RGB (Red+Green+Blue) = 159+108+103=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 103 (40.62% from 255 or 27.84% from 370); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6C67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6C67 is #609398. Grayscale: #7A7A7A. Windows color (decimal): -6329241 or 6778015. OLE color: 6778015.

HSL color Cylindrical-coordinate representation of color #9F6C67: hue angle of 5.36º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F6C67 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB159108103-
CMYK00.320.350.38
HSL5.36º22.58%51.37%-
HSV(B)5.36º35.22%62.35%-
XYZ22.1119.0815.35-
YUV122.68116.9153.91-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.97%
GREEN value IS 108 (42.58% from 255) = 29.19%
BLUE value IS 103 (40.62% from 255) = 27.84%
R=42.97%
G=29.19%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910810300.320.350.385.3622.5851.37
Hex9F6C67020232651733
Octal237154147040434652763
Binary1001111111011001100111010000010001110011010110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,108,103); }

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

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

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

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

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

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

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