#97605A

Color #97605A Rose Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Taupe #97605A

Tints of Rose Taupe #97605A

Color information

#97605A (or 0x97605A) is unknown color: approx Rose Taupe. HEX triplet: 97, 60 and 5A. RGB value is (151,96,90). Sum of RGB (Red+Green+Blue) = 151+96+90=337 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.81% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 151 - color contains mainly: red. Hex color #97605A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97605A is #689FA5. Grayscale: #6F6F6F. Windows color (decimal): -6856614 or 5922967. OLE color: 5922967.

HSL color Cylindrical-coordinate representation of color #97605A: hue angle of 5.9º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97605A is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB1519690-
CMYK00.360.400.41
HSL5.9º25.31%47.25%-
HSV(B)5.9º40.4%59.22%-
XYZ18.7915.6811.71-
YUV111.76115.72155.99-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.81%
GREEN value IS 96 (37.89% from 255) = 28.49%
BLUE value IS 90 (35.55% from 255) = 26.71%
R=44.81%
G=28.49%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151969000.360.400.415.925.3147.25
Hex97605A02428296192f
Octal227140132044505163157
Binary1001011111000001011010010010010100010100111011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97605A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97605A; }

 p { color: rgb(151,96,90); }

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

<style>
 a { background-color: #97605A; }

 a { background-color: rgb(151,96,90); }

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

<style>
 span { border-color: #97605A; }

 span { border-color: rgb(151,96,90); }

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