#61484E

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

Shades of Don Juan #61484E

Tints of Don Juan #61484E

Color information

#61484E (or 0x61484E) is unknown color: approx Don Juan. HEX triplet: 61, 48 and 4E. RGB value is (97,72,78). Sum of RGB (Red+Green+Blue) = 97+72+78=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 78 (30.86% from 255 or 31.58% from 247); Max value from RGB is 97 - color contains mainly: red. Hex color #61484E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61484E is #9EB7B1. Grayscale: #505050. Windows color (decimal): -10401714 or 5130337. OLE color: 5130337.

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

Color convert

RGB977278-
CMYK00.260.200.62
HSL345.6º14.79%33.14%-
HSV(B)345.6º25.77%38.04%-
XYZ8.627.738.24-
YUV80.16126.78140.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.27%
GREEN value IS 72 (28.52% from 255) = 29.15%
BLUE value IS 78 (30.86% from 255) = 31.58%
R=39.27%
G=29.15%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97727800.260.200.62345.614.7933.14
Hex61484E01A143E15af21
Octal14111011603224765321741
Binary110000110010001001110011010101001111101010110101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61484E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61484E; }

 p { color: rgb(97,72,78); }

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

<style>
 a { background-color: #61484E; }

 a { background-color: rgb(97,72,78); }

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

<style>
 span { border-color: #61484E; }

 span { border-color: rgb(97,72,78); }

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