#61435A

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

Shades of Purple Taupe #61435A

Tints of Purple Taupe #61435A

Color information

#61435A (or 0x61435A) is unknown color: approx Purple Taupe. HEX triplet: 61, 43 and 5A. RGB value is (97,67,90). Sum of RGB (Red+Green+Blue) = 97+67+90=254 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.19% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 90 (35.55% from 255 or 35.43% from 254); Max value from RGB is 97 - color contains mainly: red. Hex color #61435A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61435A is #9EBCA5. Grayscale: #4E4E4E. Windows color (decimal): -10402982 or 5915489. OLE color: 5915489.

HSL color Cylindrical-coordinate representation of color #61435A: hue angle of 314º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #61435A is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB976790-
CMYK00.310.070.62
HSL314º18.29%32.16%-
HSV(B)314º30.93%38.04%-
XYZ8.787.2910.62-
YUV78.59134.44141.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.19%
GREEN value IS 67 (26.56% from 255) = 26.38%
BLUE value IS 90 (35.55% from 255) = 35.43%
R=38.19%
G=26.38%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97679000.310.070.6231418.2932.16
Hex61435A01F73E13a1220
Octal1411031320377764722240
Binary11000011000011101101001111111111111010011101010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61435A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,67,90); }

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

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

 a { background-color: rgb(97,67,90); }

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

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

 span { border-color: rgb(97,67,90); }

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