#61474D

Color #61474D Don Juan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Don Juan #61474D

Tints of Don Juan #61474D

Color information

#61474D (or 0x61474D) is unknown color: approx Don Juan. HEX triplet: 61, 47 and 4D. RGB value is (97,71,77). Sum of RGB (Red+Green+Blue) = 97+71+77=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 97 - color contains mainly: red. Hex color #61474D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61474D is #9EB8B2. Grayscale: #4F4F4F. Windows color (decimal): -10401971 or 5064545. OLE color: 5064545.

HSL color Cylindrical-coordinate representation of color #61474D: hue angle of 346.15º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #61474D is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB977177-
CMYK00.270.210.62
HSL346.15º15.48%32.94%-
HSV(B)346.15º26.8%38.04%-
XYZ8.527.588.04-
YUV79.46126.61140.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.59%
GREEN value IS 71 (28.12% from 255) = 28.98%
BLUE value IS 77 (30.47% from 255) = 31.43%
R=39.59%
G=28.98%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97717700.270.210.62346.1515.4832.94
Hex61474D01B153E15af21
Octal14110711503325765321741
Binary110000110001111001101011011101011111101010110101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61474D; }

 p { color: rgb(97,71,77); }

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

<style>
 a { background-color: #61474D; }

 a { background-color: rgb(97,71,77); }

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

<style>
 span { border-color: #61474D; }

 span { border-color: rgb(97,71,77); }

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