#9B605F

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

Shades of Copper Rose #9B605F

Tints of Copper Rose #9B605F

Color information

#9B605F (or 0x9B605F) is unknown color: approx Copper Rose. HEX triplet: 9B, 60 and 5F. RGB value is (155,96,95). Sum of RGB (Red+Green+Blue) = 155+96+95=346 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.80% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 95 (37.5% from 255 or 27.46% from 346); Max value from RGB is 155 - color contains mainly: red. Hex color #9B605F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B605F is #649FA0. Grayscale: #717171. Windows color (decimal): -6594465 or 6250651. OLE color: 6250651.

HSL color Cylindrical-coordinate representation of color #9B605F: hue angle of 1º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9B605F is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.39.

Color convert

RGB1559695-
CMYK00.380.390.39
HSL24%49.02%-
HSV(B)38.71%60.78%-
XYZ19.7716.1612.9-
YUV113.53117.55157.58-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.80%
GREEN value IS 96 (37.89% from 255) = 27.75%
BLUE value IS 95 (37.5% from 255) = 27.46%
R=44.80%
G=27.75%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155969500.380.390.3912449.02
Hex9B605F026272711831
Octal233140137046474713061
Binary10011011110000010111110100110100111100111111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,96,95); }

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

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

 a { background-color: rgb(155,96,95); }

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

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

 span { border-color: rgb(155,96,95); }

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