#99605C

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

Shades of Rose Taupe #99605C

Tints of Rose Taupe #99605C

Color information

#99605C (or 0x99605C) is unknown color: approx Rose Taupe. HEX triplet: 99, 60 and 5C. RGB value is (153,96,92). Sum of RGB (Red+Green+Blue) = 153+96+92=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 153 - color contains mainly: red. Hex color #99605C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99605C is #669FA3. Grayscale: #707070. Windows color (decimal): -6725540 or 6054041. OLE color: 6054041.

HSL color Cylindrical-coordinate representation of color #99605C: hue angle of 3.93º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99605C is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.4.

Color convert

RGB1539692-
CMYK00.370.400.4
HSL3.93º24.9%48.04%-
HSV(B)3.93º39.87%60%-
XYZ19.2515.9112.18-
YUV112.59116.38156.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.87%
GREEN value IS 96 (37.89% from 255) = 28.15%
BLUE value IS 92 (36.33% from 255) = 26.98%
R=44.87%
G=28.15%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153969200.370.400.43.9324.948.04
Hex99605C025282841930
Octal231140134045505043160
Binary1001100111000001011100010010110100010100010011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99605C; }

 p { color: rgb(153,96,92); }

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

<style>
 a { background-color: #99605C; }

 a { background-color: rgb(153,96,92); }

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

<style>
 span { border-color: #99605C; }

 span { border-color: rgb(153,96,92); }

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