#61494E

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

Shades of Don Juan #61494E

Tints of Don Juan #61494E

Color information

#61494E (or 0x61494E) is unknown color: approx Don Juan. HEX triplet: 61, 49 and 4E. RGB value is (97,73,78). Sum of RGB (Red+Green+Blue) = 97+73+78=248 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.11% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 97 - color contains mainly: red. Hex color #61494E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61494E is #9EB6B1. Grayscale: #505050. Windows color (decimal): -10401458 or 5130593. OLE color: 5130593.

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

Color convert

RGB977378-
CMYK00.250.200.62
HSL347.5º14.12%33.33%-
HSV(B)347.5º24.74%38.04%-
XYZ8.697.868.27-
YUV80.75126.45139.59-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.11%
GREEN value IS 73 (28.91% from 255) = 29.44%
BLUE value IS 78 (30.86% from 255) = 31.45%
R=39.11%
G=29.44%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97737800.250.200.62347.514.1233.33
Hex61494E019143E15ce21
Octal14111111603124765341641
Binary110000110010011001110011001101001111101010111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61494E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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