#9B6A68

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

Shades of Copper Rose #9B6A68

Tints of Copper Rose #9B6A68

Color information

#9B6A68 (or 0x9B6A68) is unknown color: approx Copper Rose. HEX triplet: 9B, 6A and 68. RGB value is (155,106,104). Sum of RGB (Red+Green+Blue) = 155+106+104=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6A68 is #649597. Grayscale: #787878. Windows color (decimal): -6591896 or 6843035. OLE color: 6843035.

HSL color Cylindrical-coordinate representation of color #9B6A68: hue angle of 2.35º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9B6A68 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB155106104-
CMYK00.320.330.39
HSL2.35º20.32%50.78%-
HSV(B)2.35º32.9%60.78%-
XYZ21.1718.2815.51-
YUV120.42118.73152.66-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.47%
GREEN value IS 106 (41.80% from 255) = 29.04%
BLUE value IS 104 (41.02% from 255) = 28.49%
R=42.47%
G=29.04%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15510610400.320.330.392.3520.3250.78
Hex9B6A68020212721433
Octal233152150040414722463
Binary100110111101010110100001000001000011001111010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,106,104); }

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

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

 a { background-color: rgb(155,106,104); }

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

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

 span { border-color: rgb(155,106,104); }

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